summaryrefslogtreecommitdiff
path: root/arch/mips/pmc-sierra/msp71xx/Makefile
diff options
context:
space:
mode:
authorAnoop P A <anoop.pa@gmail.com>2011-01-25 13:51:03 +0530
committerRalf Baechle <ralf@linux-mips.org>2011-03-25 18:45:14 +0100
commit088f3876fc9234feca0cdfdf710b8fafa87bfce1 (patch)
tree0bacb9393936aab712dd5b41cb8821a0b00404f6 /arch/mips/pmc-sierra/msp71xx/Makefile
parent92592c9ccac9ab9c652533e08d0daad06f1dc501 (diff)
downloadlwn-088f3876fc9234feca0cdfdf710b8fafa87bfce1.tar.gz
lwn-088f3876fc9234feca0cdfdf710b8fafa87bfce1.zip
MIPS: MSP71xx: Add VSMP/SMTC support.
[Ralf: Fixed more checkpatch assertions and inclusion of unnecessary header <linux/sched.h>.] Signed-off-by: Anoop P A <anoop.pa@gmail.com> To: linux-mips@linux-mips.org To: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/2042/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pmc-sierra/msp71xx/Makefile')
-rw-r--r--arch/mips/pmc-sierra/msp71xx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/pmc-sierra/msp71xx/Makefile b/arch/mips/pmc-sierra/msp71xx/Makefile
index b25f3542e6d1..a002fa222b25 100644
--- a/arch/mips/pmc-sierra/msp71xx/Makefile
+++ b/arch/mips/pmc-sierra/msp71xx/Makefile
@@ -10,3 +10,5 @@ obj-$(CONFIG_IRQ_MSP_CIC) += msp_irq_cic.o msp_irq_per.o
obj-$(CONFIG_PCI) += msp_pci.o
obj-$(CONFIG_MSPETH) += msp_eth.o
obj-$(CONFIG_USB_MSP71XX) += msp_usb.o
+obj-$(CONFIG_MIPS_MT_SMP) += msp_smp.o
+obj-$(CONFIG_MIPS_MT_SMTC) += msp_smtc.o