feat add lorawan_gateway_single_channel lib for XiUOS and compile OK

This commit is contained in:
Liu_Weichao
2023-06-20 11:24:15 +08:00
parent 5d8375caee
commit 5c08cae005
6 changed files with 42 additions and 7 deletions
+4
View File
@@ -8,4 +8,8 @@ ifeq ($(CONFIG_LIB_USING_LORAWAN_ED_STACK),y)
SRC_DIR += lorawan_devicenode
endif
ifeq ($(CONFIG_LIB_USING_LORAWAN_GATEWAY_SC),y)
SRC_DIR += lorawan_gateway_single_channel
endif
include $(KERNEL_ROOT)/compiler.mk