f79cbc77ab
To clean up drivers/net/wireless move the virtual drivers to a new virtual directory. I did consider adding CONFIG_WLAN_VENDOR_VIRTUAL like other vendors have but then dropped the idea as we are not real drivers. There should be no changes in compilation or in Kconfig options, merely moving files. The order in menuconfig is slightly changed, the virtual drivers are now last in the list. Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230227121732.8967-2-kvalo@kernel.org
4 lines
89 B
Makefile
4 lines
89 B
Makefile
obj-$(CONFIG_MAC80211_HWSIM) += mac80211_hwsim.o
|
|
|
|
obj-$(CONFIG_VIRT_WIFI) += virt_wifi.o
|