From: Ralf Baechle Date: Thu, 1 Nov 2007 16:50:06 +0000 (+0000) Subject: [MIPS] mtx-1: Enable -Werror. X-Git-Tag: accepted/tizen/common/20141203.182822~26353^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9603a23d3b28bc1d52492a927d8256f8c46e8f41;p=platform%2Fkernel%2Flinux-arm64.git [MIPS] mtx-1: Enable -Werror. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/au1000/mtx-1/Makefile b/arch/mips/au1000/mtx-1/Makefile index afa7007..85a9094 100644 --- a/arch/mips/au1000/mtx-1/Makefile +++ b/arch/mips/au1000/mtx-1/Makefile @@ -9,3 +9,5 @@ lib-y := init.o board_setup.o irqmap.o obj-y := platform.o + +EXTRA_CFLAGS += -Werror