Merge 'irq/loongarch', 'pci/ctrl/loongson' and 'pci/header-cleanup-immutable'
[linux-2.6-microblaze.git] / net / mac80211 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_MAC80211) += mac80211.o
3
4 # mac80211 objects
5 mac80211-y := \
6         main.o status.o \
7         driver-ops.o \
8         sta_info.o \
9         wep.o \
10         aead_api.o \
11         wpa.o \
12         scan.o offchannel.o \
13         ht.o agg-tx.o agg-rx.o \
14         vht.o \
15         he.o \
16         s1g.o \
17         ibss.o \
18         iface.o \
19         rate.o \
20         michael.o \
21         tkip.o \
22         aes_cmac.o \
23         aes_gmac.o \
24         fils_aead.o \
25         cfg.o \
26         ethtool.o \
27         rx.o \
28         spectmgmt.o \
29         tx.o \
30         key.o \
31         util.o \
32         wme.o \
33         chan.o \
34         trace.o mlme.o \
35         tdls.o \
36         ocb.o \
37         airtime.o \
38         eht.o
39
40 mac80211-$(CONFIG_MAC80211_LEDS) += led.o
41 mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
42         debugfs.o \
43         debugfs_sta.o \
44         debugfs_netdev.o \
45         debugfs_key.o
46
47 mac80211-$(CONFIG_MAC80211_MESH) += \
48         mesh.o \
49         mesh_pathtbl.o \
50         mesh_plink.o \
51         mesh_hwmp.o \
52         mesh_sync.o \
53         mesh_ps.o
54
55 mac80211-$(CONFIG_PM) += pm.o
56
57 CFLAGS_trace.o := -I$(src)
58
59 rc80211_minstrel-y := \
60         rc80211_minstrel_ht.o
61
62 rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += \
63         rc80211_minstrel_ht_debugfs.o
64
65 mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
66
67 ccflags-y += -DDEBUG