aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjal2 <jal2>2003-07-20 09:47:10 +0000
committerjal2 <jal2>2003-07-20 09:47:10 +0000
commit54f03ce8011b9eade2643533905d14da458e5943 (patch)
tree16f7309b40f14efce199b7be255de335e321d494 /Makefile
parent1d6ac28925e4b2c5a8d8785cab3452aaa3b3a57c (diff)
no-unused-variable -> no-unused for gcc < 3.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0874f98..4419a94 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-#$Id: Makefile,v 1.9 2003/07/11 20:53:32 jal2 Exp $
+#$Id: Makefile,v 1.10 2003/07/20 09:47:10 jal2 Exp $
VERSION = 0.11beta3
@@ -22,7 +22,7 @@ CPPFLAGS = -D__KERNEL__ \
-DDRIVER_VERSION=\"v$(VERSION)\" \
-I$(KERNEL_HEADERS)
CFLAGS = -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing \
- -fno-common -Wno-sign-compare -Wno-unused-variable
+ -fno-common -Wno-sign-compare -Wno-unused
MODVER = $(shell if cat $(KERNEL_HEADERS)/linux/autoconf.h 2>/dev/null | \
grep -q '^[[:space:]]*\#define[[:space:]]*CONFIG_MODVERSIONS[[:space:]]*1'; \