Skip to content

Commit 387a45c

Browse files
committed
changed filenames as requested
1 parent b59a3e5 commit 387a45c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ __pycache__/
5555
######################
5656
GNUmakefile
5757
user.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
###############

py/circuitpy_mkenv.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endif
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
5151
include mpconfigport.mk
@@ -58,7 +58,7 @@ endif
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)
6464
QSTR_DEFS = qstrdefsport.h
@@ -72,4 +72,4 @@ include $(TOP)/supervisor/supervisor.mk
7272
include $(TOP)/py/circuitpy_defns.mk
7373

7474
# user specific
75-
-include user_defns.mk
75+
-include user_post_circuitpy_defns.mk

0 commit comments

Comments
 (0)