ff1d2767d5
Includes minor cleanups from Adrian Bunk <bunk@stusta.de>.
8 lines
300 B
Makefile
8 lines
300 B
Makefile
obj-$(CONFIG_HOSTAP) += hostap.o
|
|
obj-$(CONFIG_HOSTAP_WEP) += hostap_crypt_wep.o
|
|
obj-$(CONFIG_HOSTAP_TKIP) += hostap_crypt_tkip.o
|
|
obj-$(CONFIG_HOSTAP_CCMP) += hostap_crypt_ccmp.o
|
|
|
|
obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o
|
|
obj-$(CONFIG_HOSTAP_PLX) += hostap_plx.o
|
|
obj-$(CONFIG_HOSTAP_PCI) += hostap_pci.o
|