diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-12-01 09:16:08 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-12-04 18:47:28 +0100 |
commit | 566a3b95579c123f7711e2f98d078f370746046b (patch) | |
tree | 408b31b8000b9862d5ea4aa78870f46d51809865 /arch/mips/mti-malta/Makefile | |
parent | MIPS: IP22, Fulong, Malta: Update defconfigs. (diff) | |
download | linux-566a3b95579c123f7711e2f98d078f370746046b.tar.xz linux-566a3b95579c123f7711e2f98d078f370746046b.zip |
MIPS: Malta: Consolidate platform device code.
After adding the RTC platform device to malta-platform.c malta-mtd.c should
get unified with the rest of the platform device code.
Diffstat (limited to 'arch/mips/mti-malta/Makefile')
-rw-r--r-- | arch/mips/mti-malta/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/mips/mti-malta/Makefile b/arch/mips/mti-malta/Makefile index cef2db8d2225..32e847808df1 100644 --- a/arch/mips/mti-malta/Makefile +++ b/arch/mips/mti-malta/Makefile @@ -7,9 +7,8 @@ # obj-y := malta-amon.o malta-cmdline.o \ malta-display.o malta-init.o malta-int.o \ - malta-memory.o malta-mtd.o \ - malta-platform.o malta-reset.o \ - malta-setup.o malta-time.o + malta-memory.o malta-platform.o \ + malta-reset.o malta-setup.o malta-time.o obj-$(CONFIG_EARLY_PRINTK) += malta-console.o obj-$(CONFIG_PCI) += malta-pci.o |