stm32/Makefile: Allow QSTR_DEFS,QSTR_GLOBAL_DEPENDENCIES to be extended.
So a board can provide custom qstr definitions if needed. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
cb68a5741a
commit
6e5aea08a9
@ -18,8 +18,8 @@ include $(BOARD_DIR)/mpconfigboard.mk
|
|||||||
QSTR_GENERATED_HEADERS = $(BUILD)/pins_qstr.h $(BUILD)/modstm_qstr.h
|
QSTR_GENERATED_HEADERS = $(BUILD)/pins_qstr.h $(BUILD)/modstm_qstr.h
|
||||||
|
|
||||||
# qstr definitions (must come before including py.mk)
|
# qstr definitions (must come before including py.mk)
|
||||||
QSTR_DEFS = qstrdefsport.h $(QSTR_GENERATED_HEADERS)
|
QSTR_DEFS += qstrdefsport.h $(QSTR_GENERATED_HEADERS)
|
||||||
QSTR_GLOBAL_DEPENDENCIES = mpconfigboard_common.h $(BOARD_DIR)/mpconfigboard.h $(QSTR_GENERATED_HEADERS)
|
QSTR_GLOBAL_DEPENDENCIES += mpconfigboard_common.h $(BOARD_DIR)/mpconfigboard.h $(QSTR_GENERATED_HEADERS)
|
||||||
|
|
||||||
# MicroPython feature configurations
|
# MicroPython feature configurations
|
||||||
MICROPY_ROM_TEXT_COMPRESSION ?= 1
|
MICROPY_ROM_TEXT_COMPRESSION ?= 1
|
||||||
|
Loading…
Reference in New Issue
Block a user