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