aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjal2 <jal2>2004-08-26 20:41:45 +0000
committerjal2 <jal2>2004-08-26 20:41:45 +0000
commit9759469463662be5337767cca804e6f7a2f86acc (patch)
tree2479b67c444446e37d7e439f65d0e74c45d0e750 /Makefile
parent2b8da4d89de998965e34b4f4c95d3c8c09a0fc06 (diff)
Makefile: ignore errors at rmmod ; at76c503.c: range of signal is 0..255 (fix -XXX dBm displays in iwconfig for Fiberline WL-240
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2015259..a264062 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-#$Id: Makefile,v 1.39 2004/08/18 22:01:45 jal2 Exp $
+#$Id: Makefile,v 1.40 2004/08/26 20:41:45 jal2 Exp $
#
# Copyright (c) 2002 - 2003 Oliver Kurth
# (c) 2003 - 2004 Jörg Albert <joerg.albert@gmx.de>
@@ -166,4 +166,4 @@ kernel_patch:
DRV_SRC="$(SRCS)" DRV_HDR="$(HDRS)" ./kernel_patch.sh $(KERNEL_SRC)
rmmod:
- rmmod $(MODULES:%.o=%) \ No newline at end of file
+ -rmmod $(MODULES:%.o=%)