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
+7
View File
@@ -0,0 +1,7 @@
SRC_DIR :=
ifeq ($(CONFIG_LIB_USING_LORA_RADIO),y)
SRC_DIR += lora_radio_driver
endif
include $(KERNEL_ROOT)/compiler.mk