diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-04 18:26:15 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-13 16:02:31 -0400 |
commit | d9357136ac4729f589543afb6b1d17d443ae4f71 (patch) | |
tree | 00d7e5966faec86f820713136b196821b5e622bd /net/mac80211/Makefile | |
parent | 7524d7d6de5d5d3f081de8cf5479819fad339661 (diff) |
the scheduled rc80211-simple.c removal
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r-- | net/mac80211/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile index 829ce4256b76..70f4b26c2d87 100644 --- a/net/mac80211/Makefile +++ b/net/mac80211/Makefile | |||
@@ -44,9 +44,7 @@ mac80211-$(CONFIG_MAC80211_MESH) += \ | |||
44 | 44 | ||
45 | 45 | ||
46 | # Build rate control algorithm(s) | 46 | # Build rate control algorithm(s) |
47 | CFLAGS_rc80211_simple.o += -DRC80211_SIMPLE_COMPILE | ||
48 | CFLAGS_rc80211_pid_algo.o += -DRC80211_PID_COMPILE | 47 | CFLAGS_rc80211_pid_algo.o += -DRC80211_PID_COMPILE |
49 | mac80211-$(CONFIG_MAC80211_RC_SIMPLE) += rc80211_simple.o | ||
50 | mac80211-$(CONFIG_MAC80211_RC_PID) += $(rc-pid-$(CONFIG_MAC80211_RC_PID)) | 48 | mac80211-$(CONFIG_MAC80211_RC_PID) += $(rc-pid-$(CONFIG_MAC80211_RC_PID)) |
51 | 49 | ||
52 | # Modular rate algorithms are assigned to mac80211-m - make separate modules | 50 | # Modular rate algorithms are assigned to mac80211-m - make separate modules |