1
0

Don't re-generate the .d files on "make clean"

This commit is contained in:
Palmer Dabbelt
2015-11-12 00:41:55 -08:00
parent 51f128ec74
commit 07f0e6be94
2 changed files with 4 additions and 0 deletions

View File

@ -21,7 +21,9 @@ TB ?= rocketTestHarness
include $(base_dir)/Makefrag
include $(sim_dir)/Makefrag
ifneq ($(MAKECMDGOALS),clean)
-include $(generated_dir)/$(MODEL).$(CONFIG).d
endif
include $(base_dir)/vsim/Makefrag-verilog
all: $(simv)