aboutsummaryrefslogtreecommitdiff
path: root/net/ieee80211/softmac/Makefile
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-03-04 15:26:14 -0800
committerJohn W. Linville <linville@tuxdriver.com>2008-03-13 16:02:31 -0400
commit7524d7d6de5d5d3f081de8cf5479819fad339661 (patch)
treea07c9892a6b1ac65491a6c78b60ca378ca8940f4 /net/ieee80211/softmac/Makefile
parent2079fcdc06ea01c084044c348dbcd7b3e335ad49 (diff)
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/softmac/Makefile')
-rw-r--r--net/ieee80211/softmac/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/ieee80211/softmac/Makefile b/net/ieee80211/softmac/Makefile
deleted file mode 100644
index bfcb391bb2c..00000000000
--- a/net/ieee80211/softmac/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-obj-$(CONFIG_IEEE80211_SOFTMAC) += ieee80211softmac.o
-ieee80211softmac-objs := \
- ieee80211softmac_io.o \
- ieee80211softmac_auth.o \
- ieee80211softmac_module.o \
- ieee80211softmac_scan.o \
- ieee80211softmac_wx.o \
- ieee80211softmac_assoc.o \
- ieee80211softmac_event.o