Skip to content

Commit 278e9bf

Browse files
committed
stm32/mboot: Update dependencies to enable parallel build with -j.
1 parent 342539b commit 278e9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm32/mboot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ GEN_PINS_AF_CONST = $(HEADER_BUILD)/pins_af_const.h
178178
GEN_PINS_AF_DEFS = $(HEADER_BUILD)/pins_af_defs.h
179179
GEN_PINS_AF_PY = $(BUILD)/pins_af.py
180180

181-
$(BUILD)/main.o: $(GEN_QSTRDEFS_GENERATED) $(GEN_PINS_AF_DEFS)
181+
$(OBJ): $(GEN_QSTRDEFS_GENERATED) $(GEN_PINS_AF_DEFS)
182182

183183
$(HEADER_BUILD):
184184
$(MKDIR) -p $(BUILD)/genhdr

0 commit comments

Comments
 (0)