Browse Source

MIPS: Cavium: Add -Werror

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 16 years ago
parent
commit
2da0ba2d27
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/mips/cavium-octeon/Makefile

+ 2 - 0
arch/mips/cavium-octeon/Makefile

@@ -14,3 +14,5 @@ obj-y += dma-octeon.o flash_setup.o
 obj-y += octeon-memcpy.o
 obj-y += octeon-memcpy.o
 
 
 obj-$(CONFIG_SMP)                     += smp.o
 obj-$(CONFIG_SMP)                     += smp.o
+
+EXTRA_CFLAGS += -Werror