Elaborate comments a bit more | Remove BB'ed files that are auto-copied/added

This commit is contained in:
abejgonzalez
2021-05-06 14:45:45 -07:00
parent 9cdd0e1ff2
commit 95f55a667f
3 changed files with 3 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ debug: $(sim_debug)
SIM_FILE_REQS += \
$(ROCKETCHIP_RSRCS_DIR)/vsrc/TestDriver.v
# ignore *.h files since vcs has +incdir
# copy files but ignore *.h files in *.f since vcs has +incdir+$(build_dir)
$(sim_files): $(SIM_FILE_REQS)
mkdir -p $(dir $(sim_files))
cp -f $^ $(build_dir)