diff options
author | Damien George <damien.p.george@gmail.com> | 2018-06-09 15:33:45 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-06-12 13:53:43 +1000 |
commit | 5042d98514cb498bcc3cf22b6fcaae8ab4cb768b (patch) | |
tree | a61cda1abc985fe0e05924666d69113f08a9d886 | |
parent | 7ad04d17dabd503b0a79426166bcdc9e8ea4bf91 (diff) |
stm32/Makefile: Rebuild all qstrs when any board configuration changes.
-rw-r--r-- | ports/stm32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/Makefile b/ports/stm32/Makefile index a072e106b..3ee0d1934 100644 --- a/ports/stm32/Makefile +++ b/ports/stm32/Makefile @@ -14,6 +14,7 @@ include boards/$(BOARD)/mpconfigboard.mk # qstr definitions (must come before including py.mk) QSTR_DEFS = qstrdefsport.h $(BUILD)/pins_qstr.h $(BUILD)/modstm_qstr.h +QSTR_GLOBAL_DEPENDENCIES = mpconfigboard_common.h boards/$(BOARD)/mpconfigboard.h # directory containing scripts to be frozen as bytecode FROZEN_MPY_DIR ?= modules |