mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-13 17:10:37 +09:00
20 lines
981 B
Makefile
Executable File
20 lines
981 B
Makefile
Executable File
#
|
|
# Makefile for the Linux Wireless network device drivers.
|
|
#
|
|
obj-y += rockchip_wlan/wifi_sys/rkwifi_sys_iface.o
|
|
obj-$(CONFIG_RTL8192CU) += rockchip_wlan/rtl8192cu/
|
|
obj-$(CONFIG_RTL8192DU) += rockchip_wlan/rtl8192du/
|
|
obj-$(CONFIG_RTL8188EU) += rockchip_wlan/rtl8188eu/
|
|
obj-$(CONFIG_RTL8189ES) += rockchip_wlan/rtl8189es/
|
|
obj-$(CONFIG_RTL8723AU) += rockchip_wlan/rtl8723au/
|
|
obj-$(CONFIG_RTL8723BU) += rockchip_wlan/rtl8723bu/
|
|
obj-$(CONFIG_RTL8812AU) += rockchip_wlan/rtl8812au/
|
|
obj-$(CONFIG_RKWIFI) += rockchip_wlan/rkwifi/
|
|
obj-$(CONFIG_RDA5990) += rockchip_wlan/rda5990/
|
|
obj-$(CONFIG_MT5931) += rockchip_wlan/mt5931/
|
|
obj-$(CONFIG_MT5931_MT6622) += rockchip_wlan/mt5931/
|
|
obj-$(CONFIG_RTL8723BS) += rockchip_wlan/rtl8723bs/
|
|
obj-$(CONFIG_MTK_COMBO_WIFI) += rockchip_wlan/combo_mt66xx/
|
|
obj-$(CONFIG_MTK_MT5931) += rockchip_wlan/mt5931_kk/
|
|
obj-$(CONFIG_ESP8089) += rockchip_wlan/esp8089/
|