1 obj-
$(CONFIG_MAC80211
) += mac80211.o
10 ht.o agg-tx.o agg-rx.o \
30 mac80211-
$(CONFIG_MAC80211_LEDS
) += led.o
31 mac80211-
$(CONFIG_MAC80211_DEBUGFS
) += \
37 mac80211-
$(CONFIG_MAC80211_MESH
) += \
45 mac80211-
$(CONFIG_PM
) += pm.o
47 CFLAGS_trace.o
:= -I
$(src
)
49 # objects for PID algorithm
50 rc80211_pid-y
:= rc80211_pid_algo.o
51 rc80211_pid-
$(CONFIG_MAC80211_DEBUGFS
) += rc80211_pid_debugfs.o
53 rc80211_minstrel-y
:= rc80211_minstrel.o
54 rc80211_minstrel-
$(CONFIG_MAC80211_DEBUGFS
) += rc80211_minstrel_debugfs.o
56 rc80211_minstrel_ht-y
:= rc80211_minstrel_ht.o
57 rc80211_minstrel_ht-
$(CONFIG_MAC80211_DEBUGFS
) += rc80211_minstrel_ht_debugfs.o
59 mac80211-
$(CONFIG_MAC80211_RC_PID
) += $(rc80211_pid-y
)
60 mac80211-
$(CONFIG_MAC80211_RC_MINSTREL
) += $(rc80211_minstrel-y
)
61 mac80211-
$(CONFIG_MAC80211_RC_MINSTREL_HT
) += $(rc80211_minstrel_ht-y
)
63 ccflags-y
+= -D__CHECK_ENDIAN__
-DDEBUG