diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-05 00:26:14 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-13 21:02:31 +0100 |
commit | 7524d7d6de5d5d3f081de8cf5479819fad339661 (patch) | |
tree | a07c9892a6b1ac65491a6c78b60ca378ca8940f4 /net/ieee80211/Makefile | |
parent | the scheduled bcm43xx removal (diff) | |
download | linux-7524d7d6de5d5d3f081de8cf5479819fad339661.tar.xz linux-7524d7d6de5d5d3f081de8cf5479819fad339661.zip |
the scheduled ieee80211 softmac 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/ieee80211/Makefile')
-rw-r--r-- | net/ieee80211/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ieee80211/Makefile b/net/ieee80211/Makefile index 796a7c76ee48..f988417121da 100644 --- a/net/ieee80211/Makefile +++ b/net/ieee80211/Makefile @@ -10,4 +10,3 @@ ieee80211-objs := \ ieee80211_wx.o \ ieee80211_geo.o -obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/ |