diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-11-01 16:46:14 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-02 16:13:48 +0000 |
commit | ae11e3214b0ecfcb2dd2536aab68e8d3834d5c5b (patch) | |
tree | db1fd98b3cb7d5c0c377334bdd5477edf0e5b878 /arch/mips | |
parent | 72fc19ff51cc32fe85ddb085cb0622b7b97b2158 (diff) |
[MIPS] Pb1200: Enable -Werror.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/au1000/pb1200/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/au1000/pb1200/Makefile b/arch/mips/au1000/pb1200/Makefile index 22b673cf55a..970b1b1d5cd 100644 --- a/arch/mips/au1000/pb1200/Makefile +++ b/arch/mips/au1000/pb1200/Makefile @@ -3,3 +3,5 @@ # lib-y := init.o board_setup.o irqmap.o + +EXTRA_CFLAGS += -Werror |