diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-15 16:58:23 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:44 -0400 |
commit | 03bf6ad9d8b4d2f490fe08812e2c8a461219c91c (patch) | |
tree | 3c7bd826002cbb6d529579d1731e368017b2e466 /arch/mips | |
parent | 38c9fb743f0d6e9dd8ee45e3e6247bc7d147c4de (diff) |
MIPS: FW: Build with -Werror
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/fw/arc/Makefile | 2 |
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 \ | |||
8 | lib-$(CONFIG_ARC_MEMORY) += memory.o | 8 | lib-$(CONFIG_ARC_MEMORY) += memory.o |
9 | lib-$(CONFIG_ARC_CONSOLE) += arc_con.o | 9 | lib-$(CONFIG_ARC_CONSOLE) += arc_con.o |
10 | lib-$(CONFIG_ARC_PROMLIB) += promlib.o | 10 | lib-$(CONFIG_ARC_PROMLIB) += promlib.o |
11 | |||
12 | EXTRA_CFLAGS += -Werror | ||