Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99fb2f79 authored by Jayachandran C's avatar Jayachandran C Committed by Ralf Baechle
Browse files

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: default avatarJayachandran C <jayachandranc@netlogicmicro.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2963/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent c3c8cfb9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
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