diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-25 10:29:32 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-25 10:29:32 (GMT) |
commit | 1262b0088f3c1928c0487d4074c6cda11a8b78c6 (patch) | |
tree | 688de0df6f0bca72a40014023e9d3c42e9bea6f4 /arch/mips/mips-boards/malta/Makefile | |
parent | 378fc6eedc0091cc5ba65b298b8967bd2d43df5d (diff) | |
parent | 543cf4cb3fe6f6cae3651ba918b9c56200b257d0 (diff) | |
download | linux-1262b0088f3c1928c0487d4074c6cda11a8b78c6.tar.xz |
Merge branch 'linus' into x86/cleanups
Diffstat (limited to 'arch/mips/mips-boards/malta/Makefile')
-rw-r--r-- | arch/mips/mips-boards/malta/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/mips-boards/malta/Makefile b/arch/mips/mips-boards/malta/Makefile index 8dc6e2a..db4ad65 100644 --- a/arch/mips/mips-boards/malta/Makefile +++ b/arch/mips/mips-boards/malta/Makefile @@ -19,9 +19,8 @@ # under Linux. # -obj-y := malta_int.o malta_platform.o malta_setup.o +obj-y := malta_int.o malta_mtd.o malta_platform.o malta_setup.o -obj-$(CONFIG_MTD) += malta_mtd.o # FIXME FIXME FIXME obj-$(CONFIG_MIPS_MT_SMTC) += malta_smtc.o |