xiuos/APP_Framework/Framework/connection/lora/Makefile

8 lines
124 B
Makefile

SRC_FILES := adapter_lora.c
ifeq ($(CONFIG_ADAPTER_SX1278),y)
SRC_DIR += sx1278
endif
include $(KERNEL_ROOT)/compiler.mk