forked from xuos/xiuos
modify lora_radio_driver path and compile OK
This commit is contained in:
17
APP_Framework/lib/lorawan/Kconfig
Normal file
17
APP_Framework/lib/lorawan/Kconfig
Normal file
@@ -0,0 +1,17 @@
|
||||
menu "lib using LoRaWan"
|
||||
|
||||
menuconfig LIB_USING_LORAWAN
|
||||
bool "Using LoRaWan lib"
|
||||
default n
|
||||
|
||||
if LIB_USING_LORAWAN
|
||||
menuconfig LIB_USING_LORA_RADIO
|
||||
bool "LoRaWan using lora-radio-driver lib"
|
||||
default n
|
||||
|
||||
if LIB_USING_LORA_RADIO
|
||||
source "$APP_DIR/lib/lorawan/lora_radio_driver/Kconfig"
|
||||
endif
|
||||
endif
|
||||
|
||||
endmenu
|
||||
7
APP_Framework/lib/lorawan/Makefile
Normal file
7
APP_Framework/lib/lorawan/Makefile
Normal 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
|
||||
1
APP_Framework/lib/lorawan/lora_radio_driver
Submodule
1
APP_Framework/lib/lorawan/lora_radio_driver
Submodule
Submodule APP_Framework/lib/lorawan/lora_radio_driver added at a400879b13
Reference in New Issue
Block a user