stm32/Makefile: Automatically rebuild if make USE_MBOOT=0/1 changed.

pull/9072/head
Andrew Leech 2022-08-19 13:53:22 +10:00
rodzic 6050ab7add
commit fb7ba43d81
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -714,6 +714,9 @@ SRC_QSTR_AUTO_DEPS += $(GEN_CDCINF_HEADER)
# which source files might need it.
$(OBJ): | $(GEN_PINS_HDR)
# Automatically rebuild if specific settings are changed on command line
$(OBJ): $(call depend_var, USE_MBOOT)
# With conditional pins, we may need to regenerate qstrdefs.h when config
# options change.
$(HEADER_BUILD)/qstrdefs.generated.h: $(BOARD_DIR)/mpconfigboard.h