MIPS: AR7: Override CFLAGS with -Werror
authorFlorian Fainelli <florian@openwrt.org>
Fri, 24 Jul 2009 11:19:10 +0000 (13:19 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 3 Aug 2009 16:52:46 +0000 (17:52 +0100)
Now that we have removed all warnings from the ar7 board code we can use
-Werror like on other MIPS boards.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ar7/Makefile

index 7435e44..26bc5da 100644 (file)
@@ -8,3 +8,4 @@ obj-y := \
        platform.o \
        gpio.o \
        clock.o
+EXTRA_CFLAGS += -Werror