diff options
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 0f527063a8a8..4c09e1acafd7 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile | |||
@@ -34,6 +34,8 @@ obj-$(CONFIG_CPU_R6000) += r6000_fpu.o r4k_switch.o | |||
34 | 34 | ||
35 | obj-$(CONFIG_SMP) += smp.o | 35 | obj-$(CONFIG_SMP) += smp.o |
36 | 36 | ||
37 | obj-$(CONFIG_MIPS_MT_SMP) += smp_mt.o | ||
38 | |||
37 | obj-$(CONFIG_MIPS_VPE_LOADER) += vpe.o | 39 | obj-$(CONFIG_MIPS_VPE_LOADER) += vpe.o |
38 | obj-$(CONFIG_MIPS_VPE_APSP_API) += rtlx.o | 40 | obj-$(CONFIG_MIPS_VPE_APSP_API) += rtlx.o |
39 | 41 | ||