aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ar7/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-24 07:19:10 -0400
committerRalf Baechle <ralf@linux-mips.org>2009-08-03 12:52:46 -0400
commit619e22632ea3110323b1851a7fecb52bf8505fd2 (patch)
tree1d5e2d70faeb6e664cb6331e1e8908c4cc603596 /arch/mips/ar7/Makefile
parente5b3837a52c7fe5c7086590bed902f0fac5f9ec0 (diff)
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/ar7/Makefile')
-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 := \
8 platform.o \ 8 platform.o \
9 gpio.o \ 9 gpio.o \
10 clock.o 10 clock.o
11EXTRA_CFLAGS += -Werror