teensy/Makefile: Include relevant sources in list for qstr extraction.

pull/1/head
Damien George 2017-06-15 20:03:17 +10:00
parent a960d50579
commit 396d6f6d4e
1 changed files with 1 additions and 1 deletions

View File

@ -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 +=