diff options
Diffstat (limited to 'drivers/net/wireless/hostap/Makefile')
-rw-r--r-- | drivers/net/wireless/hostap/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/Makefile b/drivers/net/wireless/hostap/Makefile new file mode 100644 index 000000000000..087554075038 --- /dev/null +++ b/drivers/net/wireless/hostap/Makefile | |||
@@ -0,0 +1,8 @@ | |||
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 | ||