blob: 3275f01881bee8a53a046e117873347fe04877c8 [file] [log] [blame]
John Newlinb744f442016-06-21 10:48:09 -07001obj-$(CONFIG_MAC80211) += mac80211.o
2
3# mac80211 objects
4mac80211-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 \
Petri Gynthera37a38b2016-06-21 18:00:07 -070018 aes_gcm.o \
John Newlinb744f442016-06-21 10:48:09 -070019 aes_cmac.o \
Petri Gynthera37a38b2016-06-21 18:00:07 -070020 aes_gmac.o \
John Newlinb744f442016-06-21 10:48:09 -070021 cfg.o \
Petri Gynthera37a38b2016-06-21 18:00:07 -070022 ethtool.o \
John Newlinb744f442016-06-21 10:48:09 -070023 rx.o \
24 spectmgmt.o \
25 tx.o \
26 key.o \
27 util.o \
28 wme.o \
29 event.o \
30 chan.o \
Petri Gynthera37a38b2016-06-21 18:00:07 -070031 trace.o mlme.o \
32 tdls.o \
33 ocb.o
John Newlinb744f442016-06-21 10:48:09 -070034
35mac80211-$(CONFIG_MAC80211_LEDS) += led.o
36mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
37 debugfs.o \
38 debugfs_sta.o \
39 debugfs_netdev.o \
40 debugfs_key.o
41
42mac80211-$(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
50mac80211-$(CONFIG_PM) += pm.o
51
52CFLAGS_trace.o := -I$(src)
53
John Newlinb744f442016-06-21 10:48:09 -070054rc80211_minstrel-y := rc80211_minstrel.o
55rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
56
57rc80211_minstrel_ht-y := rc80211_minstrel_ht.o
58rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o
59
John Newlinb744f442016-06-21 10:48:09 -070060mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
61mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y)
62
63ccflags-y += -D__CHECK_ENDIAN__ -DDEBUG