We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270dd29 commit 098f3e2Copy full SHA for 098f3e2
1 file changed
stmhal/Makefile
@@ -372,7 +372,8 @@ $(OBJ): | $(HEADER_BUILD)/pins.h
372
# options change.
373
$(HEADER_BUILD)/qstrdefs.generated.h: boards/$(BOARD)/mpconfigboard.h
374
375
-$(BUILD)/main.o: $(GEN_CDCINF_HEADER)
+# main.c can't be even preprocessed without $(GEN_CDCINF_HEADER)
376
+main.c: $(GEN_CDCINF_HEADER)
377
378
# Use a pattern rule here so that make will only call make-pins.py once to make
379
# both pins_$(BOARD).c and pins.h
0 commit comments