zephyr/Makefile: Be sure to extra qstr's from port sources.
This commit is contained in:
parent
998578a2b8
commit
06ee5e947f
@ -42,6 +42,9 @@ SRC_C = main.c \
|
||||
$(BUILD)/frozen.c \
|
||||
$(SRC_MOD)
|
||||
|
||||
# List of sources for qstr extraction
|
||||
SRC_QSTR += $(SRC_C)
|
||||
|
||||
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
|
||||
|
||||
CFLAGS = $(KBUILD_CFLAGS) $(NOSTDINC_FLAGS) $(ZEPHYRINCLUDE) \
|
||||
|
Loading…
Reference in New Issue
Block a user