summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/Makefile
diff options
context:
space:
mode:
authorRichard Henderson2011-04-17 22:05:23 +0200
committerLinus Torvalds2011-04-17 23:41:30 +0200
commit90fd30c914ec71eb8dc91259bf720b3641672696 (patch)
tree8e2adad9236636e5ec06670b98eba3cafb25204c /arch/alpha/kernel/Makefile
parentfs: synchronize_rcu when unregister_filesystem success not failure (diff)
downloadkernel-qcow2-linux-90fd30c914ec71eb8dc91259bf720b3641672696.tar.gz
kernel-qcow2-linux-90fd30c914ec71eb8dc91259bf720b3641672696.tar.xz
kernel-qcow2-linux-90fd30c914ec71eb8dc91259bf720b3641672696.zip
alpha: Don't force -Werror.
There are outstanding gcc 4.6 warnings that need to be cleaned up in the subdirectory. No sense forcing the issue immediately. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/alpha/kernel/Makefile')
-rw-r--r--arch/alpha/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/Makefile b/arch/alpha/kernel/Makefile
index 9bb7b858ed23..7a6d908bb865 100644
--- a/arch/alpha/kernel/Makefile
+++ b/arch/alpha/kernel/Makefile
@@ -4,7 +4,7 @@
extra-y := head.o vmlinux.lds
asflags-y := $(KBUILD_CFLAGS)
-ccflags-y := -Werror -Wno-sign-compare
+ccflags-y := -Wno-sign-compare
obj-y := entry.o traps.o process.o init_task.o osf_sys.o irq.o \
irq_alpha.o signal.o setup.o ptrace.o time.o \