Files
Upsilon/ion/test/device/n0110/Makefile
Ruben Dashyan bc0b21463e [quiz][ion/test] Move time measurements to quiz
to be able to do measurements in any test
2020-06-04 14:50:00 +02:00

11 lines
414 B
Makefile

test_ion_external_flash_read_src += $(addprefix ion/test/$(PLATFORM)/$(MODEL)/, \
external_flash_read.cpp \
)
test_ion_external_flash_write_src += $(addprefix ion/test/$(PLATFORM)/$(MODEL)/, \
external_flash_write.cpp \
)
test_ion_external_flash_src += $(test_ion_external_flash_read_src) $(test_ion_external_flash_write_src)
$(call object_for,$(test_ion_external_flash_src)): SFLAGS += $(ION_DEVICE_SFLAGS)