mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 10:26:55 +07:00
45867e6a55
Signed-off-by: John W. Linville <linville@tuxdriver.com>
10 lines
282 B
Makefile
10 lines
282 B
Makefile
obj-$(CONFIG_IEEE80211_SOFTMAC) += ieee80211softmac.o
|
|
ieee80211softmac-objs := \
|
|
ieee80211softmac_io.o \
|
|
ieee80211softmac_auth.o \
|
|
ieee80211softmac_module.o \
|
|
ieee80211softmac_scan.o \
|
|
ieee80211softmac_wx.o \
|
|
ieee80211softmac_assoc.o \
|
|
ieee80211softmac_event.o
|