qemu-arm/Makefile: Include relevant sources in list for qstr extraction.

This commit is contained in:
Damien George 2017-06-15 20:02:43 +10:00
parent 4f9858e86d
commit a960d50579
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ OBJ_TEST += $(BUILD)/tinytest.o
OBJ = $(OBJ_COMMON) $(OBJ_RUN) $(OBJ_TEST)
# List of sources for qstr extraction
SRC_QSTR += $(SRC_COMMON_C) $(SRC_RUN_C)
SRC_QSTR += $(SRC_COMMON_C) $(SRC_RUN_C) $(LIB_SRC_C)
all: run