diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-04 18:27:34 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-07 00:07:16 +0000 |
commit | 57a2050c408620613c5715171364de2cc5566f22 (patch) | |
tree | 8280cdd114311d5eb594b9358932058ee756bb08 /arch/mips/mips-boards/malta/Makefile | |
parent | b3920590b589a1dbb41eb58ef0ed2699f136482a (diff) | |
download | linux-57a2050c408620613c5715171364de2cc5566f22.tar.gz linux-57a2050c408620613c5715171364de2cc5566f22.tar.bz2 linux-57a2050c408620613c5715171364de2cc5566f22.zip |
[MIPS] SMTC: De-obscure Malta hooks.
Should now be understandable why the thing works ...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mips-boards/malta/Makefile')
-rw-r--r-- | arch/mips/mips-boards/malta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mips-boards/malta/Makefile b/arch/mips/mips-boards/malta/Makefile index cb7f349b0514..377d9e8f250a 100644 --- a/arch/mips/mips-boards/malta/Makefile +++ b/arch/mips/mips-boards/malta/Makefile @@ -21,4 +21,4 @@ obj-y := malta_int.o malta_setup.o obj-$(CONFIG_MTD) += malta_mtd.o -obj-$(CONFIG_SMP) += malta_smp.o +obj-$(CONFIG_MIPS_MT_SMTC) += malta_smtc.o |