File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ __pycache__/
5555# #####################
5656GNUmakefile
5757user.props
58- mpconfiguser1 .mk
59- mpconfiguser2 .mk
60- user_defns .mk
58+ user_pre_mpconfigport .mk
59+ user_post_mpconfigport .mk
60+ user_post_circuitpy_defns .mk
6161
6262# Sphinx output
6363# ##############
Original file line number Diff line number Diff line change 4545
4646# user-specific settings that mpconfigport does not override
4747# (i.e. mpconfigport.mk uses "foo ?= bar")
48- -include mpconfiguser1 .mk
48+ -include user_pre_mpconfigport .mk
4949
5050# Port-specific
5151include mpconfigport.mk
5858
5959# user-specific overrides of hard-coded settings
6060# (i.e. xxx.mk uses "foo = bar")
61- -include mpconfiguser2 .mk
61+ -include user_post_mpconfigport .mk
6262
6363# qstr definitions (must come before including py.mk)
6464QSTR_DEFS = qstrdefsport.h
@@ -72,4 +72,4 @@ include $(TOP)/supervisor/supervisor.mk
7272include $(TOP ) /py/circuitpy_defns.mk
7373
7474# user specific
75- -include user_defns .mk
75+ -include user_post_circuitpy_defns .mk
You can’t perform that action at this time.
0 commit comments