From: Ralf Baechle Date: Mon, 30 Mar 2009 12:49:41 +0000 (+0200) Subject: MIPS: Cavium: Add -Werror X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2da0ba2d2768baa0c5c502d1f53505dc905a06e3;p=linux-2.6-omap-h63xx.git MIPS: Cavium: Add -Werror Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/cavium-octeon/Makefile b/arch/mips/cavium-octeon/Makefile index 1c2a7faf588..d6903c3f3d5 100644 --- a/arch/mips/cavium-octeon/Makefile +++ b/arch/mips/cavium-octeon/Makefile @@ -14,3 +14,5 @@ obj-y += dma-octeon.o flash_setup.o obj-y += octeon-memcpy.o obj-$(CONFIG_SMP) += smp.o + +EXTRA_CFLAGS += -Werror