URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [orpsocv2/] [scripts/] [make/] [Makefile-board-simclean.inc] - Rev 648
Go to most recent revision | Compare with Previous | Blame | View Log
# Clean rules
clean: clean-sim clean-sim-test-sw clean-bootrom clean-out clean-sw
clean-sim:
$(Q) echo; echo "\t### Cleaning simulation run directory ###"; echo;
$(Q)rm -rf *.* lib_* work transcript check-test-log
$(Q) if [ -e $(VPI_SRC_C_DIR) ]; then $(MAKE) -C $(VPI_SRC_C_DIR) clean; fi
clean-out:
$(Q)rm -rf $(RTL_SIM_RESULTS_DIR)/*.*
clean-test-defines:
$(Q)rm -f $(TEST_DEFINES_VLG)
distclean: clean
Go to most recent revision | Compare with Previous | Blame | View Log