forked from xuos/xiuos
8 lines
132 B
Makefile
8 lines
132 B
Makefile
SRC_FILES := adapter_wifi.c
|
|
|
|
ifeq ($(CONFIG_ADAPTER_HFA21_WIFI),y)
|
|
SRC_DIR += hfa21_wifi
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|