aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211/softmac/Makefile
blob: bfcb391bb2c78cfa6b8edba42ea155284917c2b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
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