Added TagTableStructure.bsv as dependency for .depends.mk in verilator build as well

This commit is contained in:
Marno van der Maas
2021-03-18 11:36:46 +00:00
committed by GitHub
parent 057964e940
commit 5d7b224d8b

View File

@@ -18,7 +18,7 @@ Verilog_RTL:
ifeq (,$(filter clean full_clean,$(MAKECMDGOALS)))
include .depends.mk
.depends.mk: | build_dir Verilog_RTL
.depends.mk: TagTableStructure.bsv | build_dir Verilog_RTL
if ! bluetcl -exec makedepend -verilog -elab $(RTL_GEN_DIRS) $(BSC_COMPILATION_FLAGS) -p $(BSC_PATH) -o $@ $(TOPFILE); then rm -f $@ && false; fi
endif