aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorproski <proski>2006-12-18 21:48:51 +0000
committerproski <proski>2006-12-18 21:48:51 +0000
commitd4d9112ba9c352f74faa94a28ee97f2870686e6a (patch)
tree7c92644217707845016e45272f65c0c844ef178c /Makefile
parent3e8ca3f0675fc7ca8a0ee9bdb7ede772263afc39 (diff)
Use -Wall in sparse flags - it appeared in sparse 0.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 05f17c7..e3667df 100644
--- a/Makefile
+++ b/Makefile
@@ -52,9 +52,7 @@ INSTALL_MOD_DIR = kernel/drivers/net/wireless
MODULE_DIR = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)/$(INSTALL_MOD_DIR)
DEPMOD = /sbin/depmod
-SPARSE_FLAGS = -Wbitwise -Wcast-to-as -Wcontext -Wdefault-bitfield-sign \
- -Wtransparent-union -Wptr-subtraction-blows -Wundef -Wdecl \
- -Wone-bit-signed-bitfield -Wtypesign -D__CHECK_ENDIAN__
+SPARSE_FLAGS = -Wall -D__CHECK_ENDIAN__
PWD = $(shell pwd)
KBUILD_FLAGS = -C $(KERNEL_PATH) M=$(PWD) KERNELRELEASE=$(KERNELRELEASE)