diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-15 22:58:23 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 20:07:44 +0200 |
commit | 03bf6ad9d8b4d2f490fe08812e2c8a461219c91c (patch) | |
tree | 3c7bd826002cbb6d529579d1731e368017b2e466 | |
parent | 38c9fb743f0d6e9dd8ee45e3e6247bc7d147c4de (diff) | |
download | linux-3.10-03bf6ad9d8b4d2f490fe08812e2c8a461219c91c.tar.gz linux-3.10-03bf6ad9d8b4d2f490fe08812e2c8a461219c91c.tar.bz2 linux-3.10-03bf6ad9d8b4d2f490fe08812e2c8a461219c91c.zip |
MIPS: FW: Build with -Werror
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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 4f349ec1ea2..e0aaad482b0 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 |