diff options
| author | Florian Fainelli <florian@openwrt.org> | 2009-07-24 07:19:10 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2009-08-03 12:52:46 -0400 |
| commit | 619e22632ea3110323b1851a7fecb52bf8505fd2 (patch) | |
| tree | 1d5e2d70faeb6e664cb6331e1e8908c4cc603596 | |
| parent | e5b3837a52c7fe5c7086590bed902f0fac5f9ec0 (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>
| -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 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 |
| 11 | EXTRA_CFLAGS += -Werror | ||
