diff options
| author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2011-11-11 17:07:57 +0530 | 
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 22:04:55 +0000 | 
| commit | 99fb2f7984726ba03d5634df8e6d26eb891f1ec3 (patch) | |
| tree | 053d0d6365b2ca893341e34b8cf435a523718a28 | |
| parent | c3c8cfb979d1a3c514d6ef88204f05dcbd1934df (diff) | |
| download | olio-linux-3.10-99fb2f7984726ba03d5634df8e6d26eb891f1ec3.tar.xz olio-linux-3.10-99fb2f7984726ba03d5634df8e6d26eb891f1ec3.zip  | |
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 <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2963/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/netlogic/xlr/Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
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  |