summaryrefslogtreecommitdiff
path: root/arch/mips/pmc-sierra/msp71xx/Makefile
diff options
context:
space:
mode:
authorMarc St-Jean <stjeanma@pmc-sierra.com>2007-06-14 21:54:47 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2007-07-10 16:33:02 (GMT)
commit35832e26f95ba14a6b6f0519441c5cb64cca6bf9 (patch)
treedb3c05782a2140b19917344fb640070a655d75fd /arch/mips/pmc-sierra/msp71xx/Makefile
parenta4b156d47d204904fa104c3e585b4c67b89195f3 (diff)
downloadlinux-fsl-qoriq-35832e26f95ba14a6b6f0519441c5cb64cca6bf9.tar.xz
[MIPS] PMC MSP71xx core platform
Patch to add core platform support for the PMC-Sierra MSP71xx devices. Signed-off-by: Marc St-Jean <Marc_St-Jean@pmc-sierra.com> 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/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/pmc-sierra/msp71xx/Makefile b/arch/mips/pmc-sierra/msp71xx/Makefile
new file mode 100644
index 0000000..4bba79c
--- /dev/null
+++ b/arch/mips/pmc-sierra/msp71xx/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for the PMC-Sierra MSP SOCs
+#
+obj-y += msp_prom.o msp_setup.o msp_irq.o \
+ msp_time.o msp_serial.o msp_elb.o
+obj-$(CONFIG_PMC_MSP7120_GW) += msp_hwbutton.o
+obj-$(CONFIG_IRQ_MSP_SLP) += msp_irq_slp.o
+obj-$(CONFIG_IRQ_MSP_CIC) += msp_irq_cic.o
+obj-$(CONFIG_PCI) += msp_pci.o
+obj-$(CONFIG_MSPETH) += msp_eth.o
+obj-$(CONFIG_USB_MSP71XX) += msp_usb.o