Skip to content

Commit 396d6f6

Browse files
committed
teensy/Makefile: Include relevant sources in list for qstr extraction.
1 parent a960d50 commit 396d6f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

teensy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ GEN_PINS_AF_CONST = $(HEADER_BUILD)/pins_af_const.h
207207
GEN_PINS_AF_PY = $(BUILD)/pins_af.py
208208

209209
# List of sources for qstr extraction
210-
SRC_QSTR += $(SRC_C) $(STM_SRC_C)
210+
SRC_QSTR += $(SRC_C) $(STM_SRC_C) $(LIB_SRC_C)
211211
# Append any auto-generated sources that are needed by sources listed in
212212
# SRC_QSTR
213213
SRC_QSTR_AUTO_DEPS +=

0 commit comments

Comments
 (0)