mac80111: Add BIP-CMAC-256 cipher
[deliverable/linux.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 \
fa5fea71 20 cfg.o \
b7ffbd7e 21 ethtool.o \
571ecf67 22 rx.o \
39192c0b 23 spectmgmt.o \
e2ebc74d 24 tx.o \
1f5a7e47 25 key.o \
c2d1560a 26 util.o \
51cb6db0 27 wme.o \
f444de05 28 event.o \
61c0d48f 29 chan.o \
95224fe8 30 trace.o mlme.o \
239281f8
RL
31 tdls.o \
32 ocb.o
4b475898 33
2c8dccc7 34mac80211-$(CONFIG_MAC80211_LEDS) += led.o
4b475898
JB
35mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
36 debugfs.o \
37 debugfs_sta.o \
38 debugfs_netdev.o \
39 debugfs_key.o
40
2f5ce793
JB
41mac80211-$(CONFIG_MAC80211_MESH) += \
42 mesh.o \
43 mesh_pathtbl.o \
44 mesh_plink.o \
dbf498fb 45 mesh_hwmp.o \
3f52b7e3
MP
46 mesh_sync.o \
47 mesh_ps.o
2f5ce793 48
665af4fc
BC
49mac80211-$(CONFIG_PM) += pm.o
50
011ad0e9 51CFLAGS_trace.o := -I$(src)
0a2b8bb2 52
cccf129f
FF
53rc80211_minstrel-y := rc80211_minstrel.o
54rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
55
ec8aa669
FF
56rc80211_minstrel_ht-y := rc80211_minstrel_ht.o
57rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o
58
cccf129f 59mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
ec8aa669 60mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y)
b1439236 61
bdcbd8e0 62ccflags-y += -D__CHECK_ENDIAN__ -DDEBUG
This page took 0.586696 seconds and 5 git commands to generate.