aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/fw
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-09-15 22:58:23 +0200
committerRalf Baechle <ralf@linux-mips.org>2009-09-17 20:07:44 +0200
commit03bf6ad9d8b4d2f490fe08812e2c8a461219c91c (patch)
tree3c7bd826002cbb6d529579d1731e368017b2e466 /arch/mips/fw
parent38c9fb743f0d6e9dd8ee45e3e6247bc7d147c4de (diff)
MIPS: FW: Build with -Werror
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/fw')
-rw-r--r--arch/mips/fw/arc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/fw/arc/Makefile b/arch/mips/fw/arc/Makefile
index 4f349ec1ea2d..e0aaad482b0e 100644
--- a/arch/mips/fw/arc/Makefile
+++ b/arch/mips/fw/arc/Makefile
@@ -8,3 +8,5 @@ lib-y += cmdline.o env.o file.o identify.o init.o \
lib-$(CONFIG_ARC_MEMORY) += memory.o
lib-$(CONFIG_ARC_CONSOLE) += arc_con.o
lib-$(CONFIG_ARC_PROMLIB) += promlib.o
+
+EXTRA_CFLAGS += -Werror