Merge tag 'md/3.19' of git://neil.brown.name/md
[deliverable/linux.git] / net / mac80211 / Makefile
1 obj-$(CONFIG_MAC80211) += mac80211.o
2
3 # mac80211 objects
4 mac80211-y := \
5 main.o status.o \
6 sta_info.o \
7 wep.o \
8 wpa.o \
9 scan.o offchannel.o \
10 ht.o agg-tx.o agg-rx.o \
11 vht.o \
12 ibss.o \
13 iface.o \
14 rate.o \
15 michael.o \
16 tkip.o \
17 aes_ccm.o \
18 aes_cmac.o \
19 cfg.o \
20 ethtool.o \
21 rx.o \
22 spectmgmt.o \
23 tx.o \
24 key.o \
25 util.o \
26 wme.o \
27 event.o \
28 chan.o \
29 trace.o mlme.o \
30 tdls.o \
31 ocb.o
32
33 mac80211-$(CONFIG_MAC80211_LEDS) += led.o
34 mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
35 debugfs.o \
36 debugfs_sta.o \
37 debugfs_netdev.o \
38 debugfs_key.o
39
40 mac80211-$(CONFIG_MAC80211_MESH) += \
41 mesh.o \
42 mesh_pathtbl.o \
43 mesh_plink.o \
44 mesh_hwmp.o \
45 mesh_sync.o \
46 mesh_ps.o
47
48 mac80211-$(CONFIG_PM) += pm.o
49
50 CFLAGS_trace.o := -I$(src)
51
52 rc80211_minstrel-y := rc80211_minstrel.o
53 rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
54
55 rc80211_minstrel_ht-y := rc80211_minstrel_ht.o
56 rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o
57
58 mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
59 mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y)
60
61 ccflags-y += -D__CHECK_ENDIAN__ -DDEBUG
This page took 0.030744 seconds and 5 git commands to generate.