From 39faa24688a0574bf2f89e1a0702c176f99bad1f Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 21 May 2012 15:09:36 +0100 Subject: MIPS: Remove all -Wall and almost all -Werror usage from arch/mips. Signed-off-by: Ralf Baechle --- arch/mips/fw/arc/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/mips/fw') 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 \ lib-$(CONFIG_ARC_MEMORY) += memory.o lib-$(CONFIG_ARC_CONSOLE) += arc_con.o lib-$(CONFIG_ARC_PROMLIB) += promlib.o - -ccflags-y := -Werror -- cgit