Browse Source

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.
pull/2513/head
Damien George 8 years ago
parent
commit
6a4c6fc023
  1. 2
      qemu-arm/Makefile

2
qemu-arm/Makefile

@ -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

Loading…
Cancel
Save