tbm-mcu/source/platform/Makefile

7 lines
115 B
Makefile
Raw Normal View History

ifeq ($(TARGET),host)
else
obj-y += source/platform/spi_flash.o
endif
-include source/platform/$(TARGET)/Makefile