aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authorDamien George2017-06-20 15:20:09 +1000
committerDamien George2017-06-20 15:20:09 +1000
commit101fc187f009b8af74467f880e544f466881e853 (patch)
treeb582a6157cbd701cf7cc42d9b97813f8a9e332d5 /esp8266/Makefile
parent9ae0713cef470b2fe9c75cae77c136bda2b1672d (diff)
esp8266/Makefile: Add LIB_SRC_C variable to qstr auto-extraction list.
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r--esp8266/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index 96f8d504c..3ae6b2072 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -147,7 +147,7 @@ OBJ += $(addprefix $(BUILD)/, $(DRIVERS_SRC_C:.c=.o))
#OBJ += $(BUILD)/pins_$(BOARD).o
# List of sources for qstr extraction
-SRC_QSTR += $(SRC_C) $(EXTMOD_SRC_C) $(DRIVERS_SRC_C)
+SRC_QSTR += $(SRC_C) $(EXTMOD_SRC_C) $(LIB_SRC_C) $(DRIVERS_SRC_C)
# Append any auto-generated sources that are needed by sources listed in SRC_QSTR
SRC_QSTR_AUTO_DEPS +=