Skip to content
Snippets Groups Projects
Commit 06ee5e94 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

parent 998578a2
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,9 @@ SRC_C = main.c \ ...@@ -42,6 +42,9 @@ SRC_C = main.c \
$(BUILD)/frozen.c \ $(BUILD)/frozen.c \
$(SRC_MOD) $(SRC_MOD)
# List of sources for qstr extraction
SRC_QSTR += $(SRC_C)
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
CFLAGS = $(KBUILD_CFLAGS) $(NOSTDINC_FLAGS) $(ZEPHYRINCLUDE) \ CFLAGS = $(KBUILD_CFLAGS) $(NOSTDINC_FLAGS) $(ZEPHYRINCLUDE) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment