diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-05-21 10:09:36 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-21 10:09:36 -0400 |
commit | 39faa24688a0574bf2f89e1a0702c176f99bad1f (patch) | |
tree | 51153e616b5007522d755f03caf4a267ca59fc75 /arch/mips/fw/arc/Makefile | |
parent | 03751e792420f88e224ce247dfdd26a6ba3e4091 (diff) |
MIPS: Remove all -Wall and almost all -Werror usage from arch/mips.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/fw/arc/Makefile')
-rw-r--r-- | arch/mips/fw/arc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/fw/arc/Makefile b/arch/mips/fw/arc/Makefile index 5314b37aff2c..4f349ec1ea2d 100644 --- a/arch/mips/fw/arc/Makefile +++ b/arch/mips/fw/arc/Makefile | |||
@@ -8,5 +8,3 @@ lib-y += cmdline.o env.o file.o identify.o init.o \ | |||
8 | lib-$(CONFIG_ARC_MEMORY) += memory.o | 8 | lib-$(CONFIG_ARC_MEMORY) += memory.o |
9 | lib-$(CONFIG_ARC_CONSOLE) += arc_con.o | 9 | lib-$(CONFIG_ARC_CONSOLE) += arc_con.o |
10 | lib-$(CONFIG_ARC_PROMLIB) += promlib.o | 10 | lib-$(CONFIG_ARC_PROMLIB) += promlib.o |
11 | |||
12 | ccflags-y := -Werror | ||