Skip to content

Commit 06ee5e9

Browse files
committed
zephyr/Makefile: Be sure to extra qstr's from port sources.
1 parent 998578a commit 06ee5e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zephyr/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ SRC_C = main.c \
4242
$(BUILD)/frozen.c \
4343
$(SRC_MOD)
4444

45+
# List of sources for qstr extraction
46+
SRC_QSTR += $(SRC_C)
47+
4548
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
4649

4750
CFLAGS = $(KBUILD_CFLAGS) $(NOSTDINC_FLAGS) $(ZEPHYRINCLUDE) \

0 commit comments

Comments
 (0)