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