diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:49 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:49 +0100 |
commit | 655f40e4870a46551a4510695765913d2c0518ce (patch) | |
tree | f564968be0cd4f4b3b703d47a8bf044a2cdbbea8 /arch/mips/sni/Makefile | |
parent | c136af0906ba714b67bdc8623a0f82ddd7a7ba21 (diff) | |
download | linux-3.10-655f40e4870a46551a4510695765913d2c0518ce.tar.gz linux-3.10-655f40e4870a46551a4510695765913d2c0518ce.tar.bz2 linux-3.10-655f40e4870a46551a4510695765913d2c0518ce.zip |
MIPS: SNI: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sni/Makefile')
-rw-r--r-- | arch/mips/sni/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/sni/Makefile b/arch/mips/sni/Makefile index a7dbeebe7fe..9d3bad3200c 100644 --- a/arch/mips/sni/Makefile +++ b/arch/mips/sni/Makefile @@ -4,5 +4,3 @@ obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o obj-$(CONFIG_EISA) += eisa.o - -EXTRA_CFLAGS += -Werror |