]> git.ipfire.org Git - people/arne_f/kernel.git/blame - net/mac80211/Makefile
iio:adc:ti-adc084s021 Fix alignment and data leak issues.
[people/arne_f/kernel.git] / net / mac80211 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
ac71c691 2obj-$(CONFIG_MAC80211) += mac80211.o
f0706e82 3
4b475898
JB
4# mac80211 objects
5mac80211-y := \
fe7a5d5c 6 main.o status.o \
727da60b 7 driver-ops.o \
f0706e82
JB
8 sta_info.o \
9 wep.o \
10 wpa.o \
b203ffc3 11 scan.o offchannel.o \
b8695a8f 12 ht.o agg-tx.o agg-rx.o \
818255ea 13 vht.o \
46900298 14 ibss.o \
2c8dccc7
JB
15 iface.o \
16 rate.o \
f0706e82
JB
17 michael.o \
18 tkip.o \
19 aes_ccm.o \
00b9cfa3 20 aes_gcm.o \
765cb46a 21 aes_cmac.o \
8ade538b 22 aes_gmac.o \
39404fee 23 fils_aead.o \
fa5fea71 24 cfg.o \
b7ffbd7e 25 ethtool.o \
571ecf67 26 rx.o \
39192c0b 27 spectmgmt.o \
e2ebc74d 28 tx.o \
1f5a7e47 29 key.o \
c2d1560a 30 util.o \
51cb6db0 31 wme.o \
61c0d48f 32 chan.o \
95224fe8 33 trace.o mlme.o \
239281f8
RL
34 tdls.o \
35 ocb.o
4b475898 36
2c8dccc7 37mac80211-$(CONFIG_MAC80211_LEDS) += led.o
4b475898
JB
38mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
39 debugfs.o \
40 debugfs_sta.o \
41 debugfs_netdev.o \
42 debugfs_key.o
43
2f5ce793
JB
44mac80211-$(CONFIG_MAC80211_MESH) += \
45 mesh.o \
46 mesh_pathtbl.o \
47 mesh_plink.o \
dbf498fb 48 mesh_hwmp.o \
3f52b7e3
MP
49 mesh_sync.o \
50 mesh_ps.o
2f5ce793 51
665af4fc
BC
52mac80211-$(CONFIG_PM) += pm.o
53
011ad0e9 54CFLAGS_trace.o := -I$(src)
0a2b8bb2 55
cccf129f
FF
56rc80211_minstrel-y := rc80211_minstrel.o
57rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
58
ec8aa669
FF
59rc80211_minstrel_ht-y := rc80211_minstrel_ht.o
60rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o
61
cccf129f 62mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
ec8aa669 63mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y)
b1439236 64
6bdf1e0e 65ccflags-y += -DDEBUG