Files
xiuos/APP_Framework/lib/lorawan/Makefile
2023-03-31 14:14:54 +08:00

12 lines
209 B
Makefile

SRC_DIR :=
ifeq ($(CONFIG_LIB_USING_LORA_RADIO),y)
SRC_DIR += lora_radio_driver
endif
ifeq ($(CONFIG_LIB_USING_LORAWAN_ED_STACK),y)
SRC_DIR += lorawan_devicenode
endif
include $(KERNEL_ROOT)/compiler.mk