aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4611837..de207f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-#$Id: Makefile,v 1.43 2006/07/09 21:35:42 proski Exp $
+#$Id: Makefile,v 1.44 2006/07/13 00:15:28 proski Exp $
#
# Copyright (c) 2002 - 2003 Oliver Kurth
# (c) 2003 - 2004 Jörg Albert <joerg.albert@gmx.de>
@@ -72,8 +72,8 @@ DEPMOD = /sbin/depmod
OLDMAKE = $(wildcard $(KERNEL_SRC)/Rules.make)
SPARSE_FLAGS = -Wbitwise -Wcast-to-as -Wcontext -Wdefault-bitfield-sign \
- -Wno-transparent-union -Wptr-subtraction-blows -Wundef \
- -D__CHECK_ENDIAN__
+ -Wtransparent-union -Wptr-subtraction-blows -Wundef -Wdecl \
+ -Wone-bit-signed-bitfield -D__CHECK_ENDIAN__
ifeq (,$(OLDMAKE))
# 2.5 style modules, get the kernel makefiles to do the work