OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [orpsocv2/] [scripts/] [make/] [Makefile-board-simclean.inc] - Blame information for rev 542

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 542 julius
# Clean rules
2
 
3
clean: clean-sim clean-sim-test-sw clean-bootrom clean-out clean-sw
4
 
5
clean-sim:
6
        $(Q) echo; echo "\t### Cleaning simulation run directory ###"; echo;
7
        $(Q)rm -rf *.* lib_* work transcript check-test-log
8
        $(Q) if [ -e $(VPI_SRC_C_DIR) ]; then $(MAKE) -C $(VPI_SRC_C_DIR) clean; fi
9
 
10
clean-out:
11
        $(Q)rm -rf $(RTL_SIM_RESULTS_DIR)/*.*
12
 
13
clean-test-defines:
14
        $(Q)rm -f $(TEST_DEFINES_VLG)
15
 
16
distclean: clean

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.