Depend on build_dir

This commit is contained in:
abejgonzalez
2021-05-06 20:36:28 -07:00
parent eb85415783
commit a0de9a0cfb
3 changed files with 5 additions and 2 deletions

View File

@@ -87,6 +87,9 @@ endif
#########################################################################################
# copy over bootrom files
#########################################################################################
$(build_dir):
mkdir -p $@
$(BOOTROM_TARGETS): $(build_dir)/bootrom.%.img: $(TESTCHIP_RSRCS_DIR)/testchipip/bootrom/bootrom.%.img | $(build_dir)
cp -f $< $@