summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-05-05 13:33:21 +1000
committerSimon Horman <horms@verge.net.au>2010-05-12 17:32:27 +0900
commit6662d03f27ad1cf01f0b09b89f22e3e8eb3f097e (patch)
treedd129794abb44768935f096283254b34780deda7
parent46f9ca97337dd48ac1cf663f528a1041b7e2805d (diff)
build: Don't modify CFLAGS in kexec/arch/mips/Makefile
Revert this portion of recent MIPS changes as it actually effects the CFLAGS for all architectures. Moreover I'm somewhat dubious about defaulting to -Werror for any architecture. Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/mips/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/kexec/arch/mips/Makefile b/kexec/arch/mips/Makefile
index 831b263..03bdb9a 100644
--- a/kexec/arch/mips/Makefile
+++ b/kexec/arch/mips/Makefile
@@ -14,5 +14,3 @@ dist += kexec/arch/mips/Makefile $(mips_KEXEC_SRCS) \
kexec/arch/mips/kexec-mips.h \
kexec/arch/mips/crashdump-mips.h \
kexec/arch/mips/include/arch/options.h
-
-CFLAGS +=-Wall -Werror