Browse Source

[MIPS] Pb1200: Enable -Werror.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 17 years ago
parent
commit
ae11e3214b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/mips/au1000/pb1200/Makefile

+ 2 - 0
arch/mips/au1000/pb1200/Makefile

@@ -3,3 +3,5 @@
 #
 #
 
 
 lib-y := init.o board_setup.o irqmap.o
 lib-y := init.o board_setup.o irqmap.o
+
+EXTRA_CFLAGS += -Werror