summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle2007-11-01 17:46:14 +0100
committerRalf Baechle2007-11-02 17:13:48 +0100
commitae11e3214b0ecfcb2dd2536aab68e8d3834d5c5b (patch)
treedb1fd98b3cb7d5c0c377334bdd5477edf0e5b878
parent[MIPS] Fix and cleanup the MIPS part of the (ab)use of CLOCK_TICK_RATE. (diff)
downloadkernel-qcow2-linux-ae11e3214b0ecfcb2dd2536aab68e8d3834d5c5b.tar.gz
kernel-qcow2-linux-ae11e3214b0ecfcb2dd2536aab68e8d3834d5c5b.tar.xz
kernel-qcow2-linux-ae11e3214b0ecfcb2dd2536aab68e8d3834d5c5b.zip
[MIPS] Pb1200: Enable -Werror.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/au1000/pb1200/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/au1000/pb1200/Makefile b/arch/mips/au1000/pb1200/Makefile
index 22b673cf55af..970b1b1d5cda 100644
--- a/arch/mips/au1000/pb1200/Makefile
+++ b/arch/mips/au1000/pb1200/Makefile
@@ -3,3 +3,5 @@
#
lib-y := init.o board_setup.o irqmap.o
+
+EXTRA_CFLAGS += -Werror