Skip to content

Commit

Permalink
MIPS: Netlogic: No need to set -Werror in mips/xlr
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jayachandran C authored and Ralf Baechle committed Dec 7, 2011
1 parent c3c8cfb commit 99fb2f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/netlogic/xlr/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 99fb2f7

Please sign in to comment.