diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-15 17:04:59 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:44 -0400 |
commit | eb42306b7a45703815e898a4742507c08ca01860 (patch) | |
tree | e5391608a4b344206e748c68d81a48fb13dc35f2 /arch/mips/sgi-ip22 | |
parent | 03bf6ad9d8b4d2f490fe08812e2c8a461219c91c (diff) |
MIPS: IP22, IP28: Build with -Werror
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip22')
-rw-r--r-- | arch/mips/sgi-ip22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip22/Makefile b/arch/mips/sgi-ip22/Makefile index ef1564e40c8d..416b18f9fa72 100644 --- a/arch/mips/sgi-ip22/Makefile +++ b/arch/mips/sgi-ip22/Makefile | |||
@@ -10,4 +10,4 @@ obj-$(CONFIG_SGI_IP22) += ip22-berr.o | |||
10 | obj-$(CONFIG_SGI_IP28) += ip28-berr.o | 10 | obj-$(CONFIG_SGI_IP28) += ip28-berr.o |
11 | obj-$(CONFIG_EISA) += ip22-eisa.o | 11 | obj-$(CONFIG_EISA) += ip22-eisa.o |
12 | 12 | ||
13 | # EXTRA_CFLAGS += -Werror | 13 | EXTRA_CFLAGS += -Werror |