10 lines
190 B
Makefile
10 lines
190 B
Makefile
SRC_FILES := connect_spi.c hardware_spi.c
|
|
|
|
|
|
ifeq ($(CONFIG_RESOURCES_SPI_LORA),y)
|
|
SRC_DIR += third_party_spi_lora
|
|
SRC_FILES += connect_lora_spi.c
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|