1
0

Allow the regression Makefile to clean all targets

This commit is contained in:
Palmer Dabbelt
2016-01-30 20:56:00 -08:00
parent c9a2b7d109
commit 00465b15c3
2 changed files with 5 additions and 3 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)