diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-06-25 10:39:34 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-01 09:10:55 -0400 |
commit | 0dad5d262278d24babbd62241fd238a3a3a0a39a (patch) | |
tree | 2f2d61cc744520c34acbe273514a1f827d6a9d86 /arch/mips/mti-malta/Makefile | |
parent | f69df6d33c020d3510a31d142edda3bd2107dff4 (diff) |
MIPS: Malta: Move platform-specific PCI code to arch/mips/pci.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mti-malta/Makefile')
-rw-r--r-- | arch/mips/mti-malta/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mti-malta/Makefile b/arch/mips/mti-malta/Makefile index 0388fc8b5613..72fdedbf76db 100644 --- a/arch/mips/mti-malta/Makefile +++ b/arch/mips/mti-malta/Makefile | |||
@@ -10,7 +10,6 @@ obj-y := malta-amon.o malta-display.o malta-init.o \ | |||
10 | malta-reset.o malta-setup.o malta-time.o | 10 | malta-reset.o malta-setup.o malta-time.o |
11 | 11 | ||
12 | obj-$(CONFIG_EARLY_PRINTK) += malta-console.o | 12 | obj-$(CONFIG_EARLY_PRINTK) += malta-console.o |
13 | obj-$(CONFIG_PCI) += malta-pci.o | ||
14 | 13 | ||
15 | # FIXME FIXME FIXME | 14 | # FIXME FIXME FIXME |
16 | obj-$(CONFIG_MIPS_MT_SMTC) += malta-smtc.o | 15 | obj-$(CONFIG_MIPS_MT_SMTC) += malta-smtc.o |