Commit 6a4c6fc0 authored by Damien George's avatar Damien George

qemu-arm: Remove SRC_TEST_C from SRC_QSTR list, it's not needed.

And it gives problems with header dependencies for auto-qstr generation.
parent b0a15aa7
......@@ -60,7 +60,7 @@ OBJ_TEST += $(addprefix $(BUILD)/, $(STM_SRC_C:.c=.o))
OBJ_TEST += $(BUILD)/tinytest.o
# List of sources for qstr extraction
SRC_QSTR += $(SRC_C) $(SRC_TEST_C) $(STM_SRC_C)
SRC_QSTR += $(SRC_C) $(STM_SRC_C)
all: run
......
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