projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3c8cfb
)
MIPS: Netlogic: No need to set -Werror in mips/xlr
author
Jayachandran C
<jayachandranc@netlogicmicro.com>
Fri, 11 Nov 2011 11:37:57 +0000
(17:07 +0530)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 7 Dec 2011 22:04:55 +0000
(22:04 +0000)
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>
arch/mips/netlogic/xlr/Makefile
patch
|
blob
|
history
diff --git
a/arch/mips/netlogic/xlr/Makefile
b/arch/mips/netlogic/xlr/Makefile
index
2dca585
..
29f1fd5
100644
(file)
--- 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