diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2011-11-11 06:37:57 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 17:04:55 -0500 |
commit | 99fb2f7984726ba03d5634df8e6d26eb891f1ec3 (patch) | |
tree | 053d0d6365b2ca893341e34b8cf435a523718a28 /arch/mips/netlogic/xlr | |
parent | c3c8cfb979d1a3c514d6ef88204f05dcbd1934df (diff) |
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>
Diffstat (limited to 'arch/mips/netlogic/xlr')
-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 2dca585dd2f7..29f1fd5ba806 100644 --- a/arch/mips/netlogic/xlr/Makefile +++ b/arch/mips/netlogic/xlr/Makefile | |||
@@ -1,5 +1,3 @@ | |||
1 | obj-y += setup.o platform.o irq.o setup.o time.o | 1 | obj-y += setup.o platform.o irq.o setup.o time.o |
2 | obj-$(CONFIG_SMP) += smp.o smpboot.o | 2 | obj-$(CONFIG_SMP) += smp.o smpboot.o |
3 | obj-$(CONFIG_EARLY_PRINTK) += xlr_console.o | 3 | obj-$(CONFIG_EARLY_PRINTK) += xlr_console.o |
4 | |||
5 | ccflags-y += -Werror | ||