aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/Makefile
diff options
context:
space:
mode:
authorKalle Valo <kvalo@kernel.org>2023-02-27 14:17:32 +0200
committerKalle Valo <kvalo@kernel.org>2023-03-13 15:42:14 +0200
commit298e50ad8eb8fa12ea68bb2da45bb8ef4edcd0ec (patch)
tree689136be7a1c224d4a340fb127f6b857c1ca566d /drivers/net/wireless/Makefile
parentf79cbc77abde22dd01ac90393a7bfb283d9d50a3 (diff)
downloadlinux-298e50ad8eb8fa12ea68bb2da45bb8ef4edcd0ec.tar.gz
wifi: move raycs, wl3501 and rndis_wlan to legacy directory
To clean up drivers/net/wireless move the old drivers drivers left in the directory to a new "legacy" directory. I did consider adding CONFIG_WLAN_VENDOR_LEGACY like other vendors have but then dropped the idea as these are really old drivers and hopefully we get to remove them soon. There should be no changes in compilation or in Kconfig options, merely moving files. Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230227121732.8967-3-kvalo@kernel.org
Diffstat (limited to 'drivers/net/wireless/Makefile')
-rw-r--r--drivers/net/wireless/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile
index 1b697cfe0a132f..4d7374d567d18c 100644
--- a/drivers/net/wireless/Makefile
+++ b/drivers/net/wireless/Makefile
@@ -23,10 +23,5 @@ obj-$(CONFIG_WLAN_VENDOR_ST) += st/
obj-$(CONFIG_WLAN_VENDOR_TI) += ti/
obj-$(CONFIG_WLAN_VENDOR_ZYDAS) += zydas/
-# 16-bit wireless PCMCIA client drivers
-obj-$(CONFIG_PCMCIA_RAYCS) += ray_cs.o
-obj-$(CONFIG_PCMCIA_WL3501) += wl3501_cs.o
-
-obj-$(CONFIG_USB_NET_RNDIS_WLAN) += rndis_wlan.o
-
+obj-$(CONFIG_WLAN) += legacy/
obj-$(CONFIG_WLAN) += virtual/