Skip to content

Commit

Permalink
esp8266/Makefile: Add LIB_SRC_C variable to qstr auto-extraction list.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Jun 20, 2017
1 parent 9ae0713 commit 101fc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp8266/Makefile
Expand Up @@ -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 +=

Expand Down

0 comments on commit 101fc18

Please sign in to comment.