diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2015-11-18 09:42:58 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-11-18 14:28:30 +0200 |
commit | eb4f98d5deb9b3a36e8b3ab7a9dec1b5ebc76e75 (patch) | |
tree | b76fb98a7e16814626782e643b84e6fbf174d408 /drivers/net/wireless/hostap/Makefile | |
parent | 6948300c79dba2b6c7b54af43d1924f51e47e017 (diff) |
hostap: move under intersil vendor directory
Part of reorganising wireless drivers directory and Kconfig.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/hostap/Makefile')
-rw-r--r-- | drivers/net/wireless/hostap/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/hostap/Makefile b/drivers/net/wireless/hostap/Makefile deleted file mode 100644 index b8e41a702c00..000000000000 --- a/drivers/net/wireless/hostap/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -hostap-y := hostap_80211_rx.o hostap_80211_tx.o hostap_ap.o hostap_info.o \ - hostap_ioctl.o hostap_main.o hostap_proc.o -obj-$(CONFIG_HOSTAP) += hostap.o - -obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o -obj-$(CONFIG_HOSTAP_PLX) += hostap_plx.o -obj-$(CONFIG_HOSTAP_PCI) += hostap_pci.o |