add wifi adapter support on XIUOS/aiit-arm32-board

This commit is contained in:
Liu_Kai
2021-07-28 10:11:15 +08:00
parent 60e46d0c3b
commit 61cd542d92
16 changed files with 1800 additions and 146 deletions

View File

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