commit | 9603a23d3b28bc1d52492a927d8256f8c46e8f41 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 01 16:50:06 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Nov 02 16:13:49 2007 +0000 |
tree | fe994eee076b755aec549e4aafd8ce0dc9196db5 | |
parent | e7c9d6b927191602cf79ea0183727c7112e79673 [diff] |
[MIPS] mtx-1: Enable -Werror. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/au1000/mtx-1/Makefile b/arch/mips/au1000/mtx-1/Makefile index afa7007d..85a9094 100644 --- a/arch/mips/au1000/mtx-1/Makefile +++ b/arch/mips/au1000/mtx-1/Makefile
@@ -9,3 +9,5 @@ lib-y := init.o board_setup.o irqmap.o obj-y := platform.o + +EXTRA_CFLAGS += -Werror