From: Jayachandran C Date: Fri, 11 Nov 2011 11:37:57 +0000 (+0530) Subject: MIPS: Netlogic: No need to set -Werror in mips/xlr X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=99fb2f7984726ba03d5634df8e6d26eb891f1ec3;p=mv-sheeva.git MIPS: Netlogic: No need to set -Werror in mips/xlr The -Werror compilation flag is already set for arch/mips - it can be removed from arch/mips/xlr/Makefile Signed-off-by: Jayachandran C Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2963/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/netlogic/xlr/Makefile b/arch/mips/netlogic/xlr/Makefile index 2dca585dd2f..29f1fd5ba80 100644 --- a/arch/mips/netlogic/xlr/Makefile +++ b/arch/mips/netlogic/xlr/Makefile @@ -1,5 +1,3 @@ obj-y += setup.o platform.o irq.o setup.o time.o obj-$(CONFIG_SMP) += smp.o smpboot.o obj-$(CONFIG_EARLY_PRINTK) += xlr_console.o - -ccflags-y += -Werror