Files
xiuos/APP_Framework/Framework/connection/wifi/Make.defs
2022-06-10 13:47:05 +08:00

8 lines
426 B
Plaintext
Executable File

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