Merge tag 'vfio-v4.2-rc5' of git://github.com/awilliam/linux-vfio
[linux-2.6-block.git] / net / mac80211 / Makefile
CommitLineData
ac71c691 1obj-$(CONFIG_MAC80211) += mac80211.o
f0706e82 2
4b475898
JB
3# mac80211 objects
4mac80211-y := \
fe7a5d5c 5 main.o status.o \
f0706e82
JB
6 sta_info.o \
7 wep.o \
8 wpa.o \
b203ffc3 9 scan.o offchannel.o \
b8695a8f 10 ht.o agg-tx.o agg-rx.o \
818255ea 11 vht.o \
46900298 12 ibss.o \
2c8dccc7
JB
13 iface.o \
14 rate.o \
f0706e82
JB
15 michael.o \
16 tkip.o \
17 aes_ccm.o \
00b9cfa3 18 aes_gcm.o \
765cb46a 19 aes_cmac.o \
8ade538b 20 aes_gmac.o \
fa5fea71 21 cfg.o \
b7ffbd7e 22 ethtool.o \
571ecf67 23 rx.o \
39192c0b 24 spectmgmt.o \
e2ebc74d 25 tx.o \
1f5a7e47 26 key.o \
c2d1560a 27 util.o \
51cb6db0 28 wme.o \
f444de05 29 event.o \
61c0d48f 30 chan.o \
95224fe8 31 trace.o mlme.o \
239281f8
RL
32 tdls.o \
33 ocb.o
4b475898 34
2c8dccc7 35mac80211-$(CONFIG_MAC80211_LEDS) += led.o
4b475898
JB
36mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
37 debugfs.o \
38 debugfs_sta.o \
39 debugfs_netdev.o \
40 debugfs_key.o
41
2f5ce793
JB
42mac80211-$(CONFIG_MAC80211_MESH) += \
43 mesh.o \
44 mesh_pathtbl.o \
45 mesh_plink.o \
dbf498fb 46 mesh_hwmp.o \
3f52b7e3
MP
47 mesh_sync.o \
48 mesh_ps.o
2f5ce793 49
665af4fc
BC
50mac80211-$(CONFIG_PM) += pm.o
51
011ad0e9 52CFLAGS_trace.o := -I$(src)
0a2b8bb2 53
cccf129f
FF
54rc80211_minstrel-y := rc80211_minstrel.o
55rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
56
ec8aa669
FF
57rc80211_minstrel_ht-y := rc80211_minstrel_ht.o
58rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o
59
cccf129f 60mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
ec8aa669 61mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y)
b1439236 62
bdcbd8e0 63ccflags-y += -D__CHECK_ENDIAN__ -DDEBUG