xiuos/APP_Framework/Framework/connection/wifi/Makefile

8 lines
122 B
Makefile

SRC_FILES := adapter_wifi.c
ifeq ($(CONFIG_ADAPTER_HFA21),y)
SRC_DIR += HFA21
endif
include $(KERNEL_ROOT)/compiler.mk