1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_MAC80211) += mac80211.o
13 ht.o agg-tx.o agg-rx.o \
37 mac80211-$(CONFIG_MAC80211_LEDS) += led.o
38 mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
44 mac80211-$(CONFIG_MAC80211_MESH) += \
52 mac80211-$(CONFIG_PM) += pm.o
54 CFLAGS_trace.o := -I$(src)
56 rc80211_minstrel-y := rc80211_minstrel.o
57 rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
59 rc80211_minstrel_ht-y := rc80211_minstrel_ht.o
60 rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o
62 mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
63 mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y)