aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-24 13:19:10 +0200
committerRalf Baechle <ralf@linux-mips.org>2009-08-03 17:52:46 +0100
commit619e22632ea3110323b1851a7fecb52bf8505fd2 (patch)
tree1d5e2d70faeb6e664cb6331e1e8908c4cc603596 /arch/mips
parentMIPS: AR7: Remove unused tnetd7200_get_clock function (diff)
downloadlinux-dev-619e22632ea3110323b1851a7fecb52bf8505fd2.tar.xz
linux-dev-619e22632ea3110323b1851a7fecb52bf8505fd2.zip
MIPS: AR7: Override CFLAGS with -Werror
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>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/ar7/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ar7/Makefile b/arch/mips/ar7/Makefile
index 7435e44b3964..26bc5da18997 100644
--- a/arch/mips/ar7/Makefile
+++ b/arch/mips/ar7/Makefile
@@ -8,3 +8,4 @@ obj-y := \
platform.o \
gpio.o \
clock.o
+EXTRA_CFLAGS += -Werror