diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-11-01 12:50:06 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-02 12:13:49 -0400 |
commit | 9603a23d3b28bc1d52492a927d8256f8c46e8f41 (patch) | |
tree | fe994eee076b755aec549e4aafd8ce0dc9196db5 /arch | |
parent | e7c9d6b927191602cf79ea0183727c7112e79673 (diff) |
[MIPS] mtx-1: Enable -Werror.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/au1000/mtx-1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/au1000/mtx-1/Makefile b/arch/mips/au1000/mtx-1/Makefile index afa7007d67f7..85a90941de4f 100644 --- a/arch/mips/au1000/mtx-1/Makefile +++ b/arch/mips/au1000/mtx-1/Makefile | |||
@@ -9,3 +9,5 @@ | |||
9 | 9 | ||
10 | lib-y := init.o board_setup.o irqmap.o | 10 | lib-y := init.o board_setup.o irqmap.o |
11 | obj-y := platform.o | 11 | obj-y := platform.o |
12 | |||
13 | EXTRA_CFLAGS += -Werror | ||