File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ include ../../micropython/py/mkenv.mk
5252
5353# qstr definitions (must come before including py.mk)
5454QSTR_DEFS = ../_common/qstrdefs.h
55- QSTR_GLOBAL_DEPENDENCIES = $( PBTOP ) /bricks /_common_stm32/mpconfigport.h
55+ QSTR_GLOBAL_DEPENDENCIES = ../_common/mpconfigport.h .. /_common_stm32/mpconfigport.h
5656
5757# MicroPython feature configurations
5858MICROPY_ROM_TEXT_COMPRESSION ?= 1
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ PROG = pybricks-micropython
4040
4141# qstr definitions (must come before including py.mk)
4242QSTR_DEFS = ../_common/qstrdefs.h
43- QSTR_GLOBAL_DEPENDENCIES =
43+ QSTR_GLOBAL_DEPENDENCIES = brickconfig.h
4444
4545# OS name, for simple autoconfig
4646UNAME_S := $(shell uname -s)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ include ../../micropython/py/mkenv.mk
2828
2929# qstr definitions (must come before including py.mk)
3030QSTR_DEFS = ../_common/qstrdefs.h
31- QSTR_GLOBAL_DEPENDENCIES = $( PBTOP ) /bricks/ev3rt /mpconfigport.h
31+ QSTR_GLOBAL_DEPENDENCIES = ../_common /mpconfigport.h
3232
3333# MicroPython feature configurations
3434MICROPY_ROM_TEXT_COMPRESSION ?= 1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ include ../../micropython/py/mkenv.mk
2525
2626# qstr definitions (must come before including py.mk)
2727QSTR_DEFS = ../_common/qstrdefs.h
28- QSTR_GLOBAL_DEPENDENCIES =
28+ QSTR_GLOBAL_DEPENDENCIES = ../_common/mpconfigport.h
2929
3030# MicroPython feature configurations
3131MICROPY_ROM_TEXT_COMPRESSION ?= 1
Original file line number Diff line number Diff line change 2727 BUILD=../../../bricks/virtualhub/$(BUILD_DIR ) \
2828 PROG=../../../bricks/virtualhub/$(BUILD_DIR ) /virtualhub-micropython \
2929 QSTR_DEFS=../../../bricks/_common/qstrdefs.h \
30+ QSTR_GLOBAL_DEPENDENCIES=../../../bricks/virtualhub/mpconfigvariant.h \
3031 $@
You can’t perform that action at this time.
0 commit comments