7 lines
148 B
Makefile
7 lines
148 B
Makefile
ifeq ($(TARGET),host)
|
|
else
|
|
obj-y += source/platform/spi_flash.o
|
|
obj-y += source/platform/usart.o
|
|
endif
|
|
|
|
-include source/platform/$(TARGET)/Makefile
|