modify lora_radio_driver path and compile OK

This commit is contained in:
Liu_Weichao
2023-03-17 10:05:59 +08:00
parent a4eec2646d
commit 47cea831ba
12 changed files with 905 additions and 852 deletions

View File

@@ -14,4 +14,8 @@ ifeq ($(CONFIG_LIB_USING_CJSON),y)
SRC_DIR += cJSON
endif
ifeq ($(CONFIG_LIB_USING_LORAWAN),y)
SRC_DIR += lorawan
endif
include $(KERNEL_ROOT)/compiler.mk