35832e26f9
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>
12 lines
360 B
Makefile
12 lines
360 B
Makefile
#
|
|
# 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
|