commit | 340ee4b98c0543b5632cac975a7449a2d28762d8 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Aug 17 17:44:08 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:32:10 2005 +0100 |
tree | 94b7315d53d6eadd145c8691f0a9925f5ae389f5 | |
parent | d03d0a57754cb820d318d2234c60b728eb38a94d [diff] [blame] |
Virtual SMP support for the 34K. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 0f52706..4c09e1a 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile
@@ -34,6 +34,8 @@ obj-$(CONFIG_SMP) += smp.o +obj-$(CONFIG_MIPS_MT_SMP) += smp_mt.o + obj-$(CONFIG_MIPS_VPE_LOADER) += vpe.o obj-$(CONFIG_MIPS_VPE_APSP_API) += rtlx.o