[scripts] Remove EPSILON_USB_DFU_XIP flag: specify the right dfu sources

for each target
This commit is contained in:
Émilie Feral
2019-06-28 10:46:31 +02:00
parent cd402b6833
commit 2ddb586bdc
8 changed files with 32 additions and 45 deletions

View File

@@ -20,9 +20,5 @@ runner_src += $(addprefix quiz/src/, \
runner_src += $(symbols_file)
runner_objs = $(call object_for,$(runner_src))
$(runner_objs): SFLAGS += -Iquiz/src
$(call object_for,$(runner_src)): SFLAGS += -Iquiz/src
$(BUILD_DIR)/quiz/src/%_symbols.o: SFLAGS += -Iquiz/src
$(BUILD_DIR)/test.$(EXE): $(BUILD_DIR)/quiz/src/tests_symbols.o $(runner_objs) $(call object_for,$(tests))