diff options
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r-- | net/mac80211/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile index 1e46ffa69167..7273d2796dd1 100644 --- a/net/mac80211/Makefile +++ b/net/mac80211/Makefile | |||
@@ -17,6 +17,7 @@ mac80211-y := \ | |||
17 | aes_ccm.o \ | 17 | aes_ccm.o \ |
18 | aes_cmac.o \ | 18 | aes_cmac.o \ |
19 | cfg.o \ | 19 | cfg.o \ |
20 | ethtool.o \ | ||
20 | rx.o \ | 21 | rx.o \ |
21 | spectmgmt.o \ | 22 | spectmgmt.o \ |
22 | tx.o \ | 23 | tx.o \ |
@@ -47,17 +48,12 @@ mac80211-$(CONFIG_PM) += pm.o | |||
47 | 48 | ||
48 | CFLAGS_trace.o := -I$(src) | 49 | CFLAGS_trace.o := -I$(src) |
49 | 50 | ||
50 | # objects for PID algorithm | ||
51 | rc80211_pid-y := rc80211_pid_algo.o | ||
52 | rc80211_pid-$(CONFIG_MAC80211_DEBUGFS) += rc80211_pid_debugfs.o | ||
53 | |||
54 | rc80211_minstrel-y := rc80211_minstrel.o | 51 | rc80211_minstrel-y := rc80211_minstrel.o |
55 | rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o | 52 | rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o |
56 | 53 | ||
57 | rc80211_minstrel_ht-y := rc80211_minstrel_ht.o | 54 | rc80211_minstrel_ht-y := rc80211_minstrel_ht.o |
58 | rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o | 55 | rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o |
59 | 56 | ||
60 | mac80211-$(CONFIG_MAC80211_RC_PID) += $(rc80211_pid-y) | ||
61 | mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y) | 57 | mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y) |
62 | mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y) | 58 | mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y) |
63 | 59 | ||