diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-08-02 11:07:22 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-08-02 11:07:22 -0700 |
| commit | b50f46d4bef851efe055d02cac14345360654ed2 (patch) | |
| tree | 684eeee627143637f670a9c41fca07e2ee2f958c /py/py.mk | |
| parent | f6d1b63ecde084dbe44d354ae9a69b1f915a40dc (diff) | |
Rename to SRC_QSTR_PREPROCESSOR for clarity.
Diffstat (limited to 'py/py.mk')
| -rw-r--r-- | py/py.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ SRC_QSTR_IGNORE = py/nlr% SRC_QSTR_EMITNATIVE = py/emitn% SRC_QSTR = $(SRC_MOD) $(filter-out $(SRC_QSTR_IGNORE),$(PY_CORE_O_BASENAME:.o=.c)) $(PY_EXTMOD_O_BASENAME:.o=.c) # Sources that only hold QSTRs after pre-processing. -SRC_QSTR_PP = $(addprefix $(TOP)/, $(filter $(SRC_QSTR_EMITNATIVE),$(PY_CORE_O_BASENAME:.o=.c))) +SRC_QSTR_PREPROCESSOR = $(addprefix $(TOP)/, $(filter $(SRC_QSTR_EMITNATIVE),$(PY_CORE_O_BASENAME:.o=.c))) # Anything that depends on FORCE will be considered out-of-date FORCE: |
