File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,17 @@ DEPS_FILE := $(HDK_SHELL_DESIGN_DIR)/ip/ddr4_core/ddr4_core.xci
2020DEPS_FILE += $(HDK_COMMON_DIR ) /verif/scripts/init.tcl
2121DEPS_FILE += $(HDK_COMMON_DIR ) /verif/scripts/init.sh
2222
23+ CLEAN_TARGETS += $(HDK_COMMON_DIR ) /verif/scripts/ddr4_core_ip_report.txt
24+ CLEAN_TARGETS += $(HDK_COMMON_DIR ) /verif/scripts/tmp/
25+ CLEAN_TARGETS += $(wildcard $(HDK_COMMON_DIR ) /verif/scripts/vivado* .jou)
26+ CLEAN_TARGETS += $(wildcard $(HDK_COMMON_DIR ) /verif/scripts/vivado* .log)
27+
2328all : $(DONE_FILE )
2429
2530$(DONE_FILE ) : $(DEPS_FILE )
2631 @ echo " INFO: Building in $( shell dirname $@ ) "
2732 @ echo " INFO: This could take 5-10 minutes, please be patient!"
28- @ git clean -fXdq $(shell dirname $@ )
33+ @ rm -rf $(CLEAN_TARGETS )
2934 @ cd $(shell dirname $@ ) \
3035 && ./init.sh $(MODEL_DIR ) \
3136 && echo " INFO: DDR4 model build passed." \
You can’t perform that action at this time.
0 commit comments