summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-07-09 11:46:47 +1000
committerDamien George <damien.p.george@gmail.com>2019-07-09 11:46:47 +1000
commit278e9bffe9e6acf9072a5428af0ba3e61896e7a5 (patch)
treef629449145148ea0a69b444520a02678f2b87770
parent342539bdcce5b00b53e01423bc57782d65d5ff4b (diff)
stm32/mboot: Update dependencies to enable parallel build with -j.
-rwxr-xr-xports/stm32/mboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/mboot/Makefile b/ports/stm32/mboot/Makefile
index 689daed54..f2c3baecc 100755
--- a/ports/stm32/mboot/Makefile
+++ b/ports/stm32/mboot/Makefile
@@ -178,7 +178,7 @@ GEN_PINS_AF_CONST = $(HEADER_BUILD)/pins_af_const.h
GEN_PINS_AF_DEFS = $(HEADER_BUILD)/pins_af_defs.h
GEN_PINS_AF_PY = $(BUILD)/pins_af.py
-$(BUILD)/main.o: $(GEN_QSTRDEFS_GENERATED) $(GEN_PINS_AF_DEFS)
+$(OBJ): $(GEN_QSTRDEFS_GENERATED) $(GEN_PINS_AF_DEFS)
$(HEADER_BUILD):
$(MKDIR) -p $(BUILD)/genhdr