From ae11e3214b0ecfcb2dd2536aab68e8d3834d5c5b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 1 Nov 2007 16:46:14 +0000 Subject: [PATCH] [MIPS] Pb1200: Enable -Werror. Signed-off-by: Ralf Baechle --- arch/mips/au1000/pb1200/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/au1000/pb1200/Makefile b/arch/mips/au1000/pb1200/Makefile index 22b673c..970b1b1 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 -- 2.7.4