diff options
author | Damien George <damien.p.george@gmail.com> | 2019-07-09 11:46:47 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-07-09 11:46:47 +1000 |
commit | 278e9bffe9e6acf9072a5428af0ba3e61896e7a5 (patch) | |
tree | f629449145148ea0a69b444520a02678f2b87770 | |
parent | 342539bdcce5b00b53e01423bc57782d65d5ff4b (diff) |
stm32/mboot: Update dependencies to enable parallel build with -j.
-rwxr-xr-x | ports/stm32/mboot/Makefile | 2 |
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 |