diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2006-12-28 18:22:32 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-18 21:31:37 +0000 |
commit | c066a32a890c50ce59e91f8cea8eb5fd8d5821b9 (patch) | |
tree | d129af235d11d44c649f0743bc38535c3a229e41 /arch/mips/sni/Makefile | |
parent | 5759906ca9e5201c3fd40d61c861ec1e441d3a24 (diff) | |
download | linux-3.10-c066a32a890c50ce59e91f8cea8eb5fd8d5821b9.tar.gz linux-3.10-c066a32a890c50ce59e91f8cea8eb5fd8d5821b9.tar.bz2 linux-3.10-c066a32a890c50ce59e91f8cea8eb5fd8d5821b9.zip |
[MIPS] Support for several more SNI RM models.
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, 1 insertions, 1 deletions
diff --git a/arch/mips/sni/Makefile b/arch/mips/sni/Makefile index a5eb0adb87c..e30809a9215 100644 --- a/arch/mips/sni/Makefile +++ b/arch/mips/sni/Makefile @@ -2,7 +2,7 @@ # Makefile for the SNI specific part of the kernel # -obj-y += irq.o pcimt_scache.o reset.o setup.o +obj-y += irq.o reset.o setup.o ds1216.o a20r.o rm200.o pcimt.o pcit.o time.o obj-$(CONFIG_CPU_BIG_ENDIAN) += sniprom.o EXTRA_AFLAGS := $(CFLAGS) |