Files
xiuos/APP_Framework/Framework/connection/lora/Make.defs
2022-03-17 12:04:33 +08:00

8 lines
415 B
Plaintext

############################################################################
# APP_Framework/Framework/connection/lora/Make.defs
############################################################################
ifneq ($(CONFIG_ADAPTER_SX1278),)
CONFIGURED_APPS += $(APPDIR)/../../../APP_Framework/Framework/connection/lora
endif
include $(wildcard $(APPDIR)/../../../APP_Framework/Framework/connection/lora/*/Make.defs)