]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blob - drivers/net/wireless/hostap/Makefile
Add HostAP wireless driver.
[mirror_ubuntu-eoan-kernel.git] / drivers / net / wireless / hostap / Makefile
1 obj-$(CONFIG_HOSTAP) += hostap.o
2 obj-$(CONFIG_HOSTAP_WEP) += hostap_crypt_wep.o
3 obj-$(CONFIG_HOSTAP_TKIP) += hostap_crypt_tkip.o
4 obj-$(CONFIG_HOSTAP_CCMP) += hostap_crypt_ccmp.o
5
6 obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o
7 obj-$(CONFIG_HOSTAP_PLX) += hostap_plx.o
8 obj-$(CONFIG_HOSTAP_PCI) += hostap_pci.o