aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2007-11-13 18:52:41 -0500
committerLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2007-11-13 18:52:41 -0500
commit04c56da4c22df83021a4b16d561ea96c4d82ffc7 (patch)
tree3fd56e744ab385ed53de0af1a67ea7ae657baaeb
parent06db11576c16ba7ce192a6e8f6804910f259398e (diff)
downloadcompat-wireless-2.6-old-04c56da4c22df83021a4b16d561ea96c4d82ffc7.tar.gz
Forgot to remove old drivers/zd1211rw-mac80211/ from previous releases.
Signed-off-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fbcd64a..9d9bc14 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ install:
@rm -rf $(KLIB)/$(KMODDIR)/drivers/iwlwifi/
@rm -rf $(KLIB)/$(KMODDIR)/drivers/b43/
@rm -rf $(KLIB)/$(KMODDIR)/drivers/ssb/
+ @rm -rf $(KLIB)/$(KMODDIR)/drivers/zd1211rw-mac80211/
@$(MAKE) -C $(KLIB_BUILD) M=$(PWD) $(KMODDIR_ARG) $(KMODPATH_ARG) \
modules_install
@if [ ! -z $(MADWIFI) ]; then \