diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-09-15 23:04:59 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 20:07:44 +0200 |
commit | eb42306b7a45703815e898a4742507c08ca01860 (patch) | |
tree | e5391608a4b344206e748c68d81a48fb13dc35f2 /arch/mips/sgi-ip22 | |
parent | 03bf6ad9d8b4d2f490fe08812e2c8a461219c91c (diff) | |
download | linux-eb42306b7a45703815e898a4742507c08ca01860.tar.bz2 |
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 obj-$(CONFIG_SGI_IP28) += ip28-berr.o obj-$(CONFIG_EISA) += ip22-eisa.o -# EXTRA_CFLAGS += -Werror +EXTRA_CFLAGS += -Werror |