support e220 for nuttx on xidatong
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
############################################################################
|
||||
# APP_Framework/Framework/connection/lora/Make.defs
|
||||
############################################################################
|
||||
ifneq ($(CONFIG_ADAPTER_SX1278),)
|
||||
ifneq ($(CONFIG_CONNECTION_ADAPTER_LORA),)
|
||||
CONFIGURED_APPS += $(APPDIR)/../../../APP_Framework/Framework/connection/lora
|
||||
endif
|
||||
include $(wildcard $(APPDIR)/../../../APP_Framework/Framework/connection/lora/*/Make.defs)
|
||||
|
||||
6
APP_Framework/Framework/connection/lora/e220/Make.defs
Normal file
6
APP_Framework/Framework/connection/lora/e220/Make.defs
Normal file
@@ -0,0 +1,6 @@
|
||||
############################################################################
|
||||
# APP_Framework/Framework/connection/lora/e220/Make.defs
|
||||
############################################################################
|
||||
ifneq ($(CONFIG_ADAPTER_E220),)
|
||||
CONFIGURED_APPS += $(APPDIR)/../../../APP_Framework/Framework/connection/lora/e220
|
||||
endif
|
||||
Reference in New Issue
Block a user