diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-24 13:19:10 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-08-03 17:52:46 +0100 |
commit | 619e22632ea3110323b1851a7fecb52bf8505fd2 (patch) | |
tree | 1d5e2d70faeb6e664cb6331e1e8908c4cc603596 /arch/mips/ar7 | |
parent | e5b3837a52c7fe5c7086590bed902f0fac5f9ec0 (diff) | |
download | op-kernel-dev-619e22632ea3110323b1851a7fecb52bf8505fd2.zip op-kernel-dev-619e22632ea3110323b1851a7fecb52bf8505fd2.tar.gz |
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')
-rw-r--r-- | arch/mips/ar7/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ar7/Makefile b/arch/mips/ar7/Makefile index 7435e44..26bc5da 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 |