8000 stm32/Makefile: Rebuild all qstrs when any board configuration changes. · micropython/micropython@5042d98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5042d98

Browse files
committed
stm32/Makefile: Rebuild all qstrs when any board configuration changes.
1 parent 7ad04d1 commit 5042d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/stm32/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ include boards/$(BOARD)/mpconfigboard.mk
1414

1515
# qstr definitions (must come before including py.mk)
1616
QSTR_DEFS = qstrdefsport.h $(BUILD)/pins_qstr.h $(BUILD)/modstm_qstr.h
17+
QSTR_GLOBAL_DEPENDENCIES = mpconfigboard_common.h boards/$(BOARD)/mpconfigboard.h
1718

1819
# directory containing scripts to be frozen as bytecode
1920
FROZEN_MPY_DIR ?= modules

0 commit comments

Comments
 (0)
0