xiuos/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/Makefile

8 lines
157 B
Makefile

SRC_FILES := hardware_spi.c connect_spi.c
ifeq ($(CONFIG_RESOURCES_SPI_SFUD),y)
SRC_FILES += connect_flash_spi.c
endif
include $(KERNEL_ROOT)/compiler.mk