forked from xuos/xiuos
8 lines
154 B
Makefile
Executable File
8 lines
154 B
Makefile
Executable File
SRC_FILES := fsl_lpspi.c connect_spi.c
|
|
|
|
ifeq ($(CONFIG_RESOURCES_SPI_SFUD),y)
|
|
SRC_FILES += connect_flash_spi.c
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|