Commit 06ee5e94 authored by Paul Sokolovsky's avatar Paul Sokolovsky

zephyr/Makefile: Be sure to extra qstr's from port sources.

parent 998578a2
......@@ -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) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment