summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-06-15 20:03:17 +1000
committerDamien George <damien.p.george@gmail.com>2017-06-15 20:03:17 +1000
commit396d6f6d4efd657811462a50dfa8439edfba4b69 (patch)
tree3a50969978a8428eabbf853c3e59684b45460c2c
parenta960d5057903269a7520941b00f49163bd33551e (diff)
downloadmicropython-396d6f6d4efd657811462a50dfa8439edfba4b69.tar.gz
micropython-396d6f6d4efd657811462a50dfa8439edfba4b69.zip
teensy/Makefile: Include relevant sources in list for qstr extraction.
-rw-r--r--teensy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile
index 8c864161ab..575e15e542 100644
--- a/teensy/Makefile
+++ b/teensy/Makefile
@@ -207,7 +207,7 @@ GEN_PINS_AF_CONST = $(HEADER_BUILD)/pins_af_const.h
GEN_PINS_AF_PY = $(BUILD)/pins_af.py
# List of sources for qstr extraction
-SRC_QSTR += $(SRC_C) $(STM_SRC_C)
+SRC_QSTR += $(SRC_C) $(STM_SRC_C) $(LIB_SRC_C)
# Append any auto-generated sources that are needed by sources listed in
# SRC_QSTR
SRC_QSTR_AUTO_DEPS +=