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 := \
60 rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += \
61 rc80211_minstrel_debugfs.o \
62 rc80211_minstrel_ht_debugfs.o
64 mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)