mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-25 05:00:48 -04:00
Having everything in one file for mac80211_hwsim is starting to get a lot and it will be even worse if we implement more parts of NAN. Split the NAN implementation into separate files to improve the code structuring. Signed-off-by: Benjamin Berg <benjamin.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20260504101829.541371b35f02.I9484d746286eb2ab71ac987dfb907497d213c2bb@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
6 lines
180 B
Makefile
6 lines
180 B
Makefile
obj-$(CONFIG_MAC80211_HWSIM) += mac80211_hwsim.o
|
|
mac80211_hwsim-objs += mac80211_hwsim_main.o
|
|
mac80211_hwsim-objs += mac80211_hwsim_nan.o
|
|
|
|
obj-$(CONFIG_VIRT_WIFI) += virt_wifi.o
|