diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-04-20 15:30:35 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-09 19:05:52 +0300 |
commit | 1b00767fd8e1b49685ee7237c3875b8aa998ae3b (patch) | |
tree | cea53c3d4425dac113e83f5ac21975d8ada66848 /arch/mips/pmcs-msp71xx/Makefile | |
parent | 10760dde9be317a1abb426b2db9d6a698086cac9 (diff) | |
download | linux-1b00767fd8e1b49685ee7237c3875b8aa998ae3b.tar.xz |
MIPS: Remove PMC MSP71xx platform
No (active) developer owns this hardware, so let's remove Linux support.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/pmcs-msp71xx/Makefile')
-rw-r--r-- | arch/mips/pmcs-msp71xx/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/mips/pmcs-msp71xx/Makefile b/arch/mips/pmcs-msp71xx/Makefile deleted file mode 100644 index c040bd6ed62d..000000000000 --- a/arch/mips/pmcs-msp71xx/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0 -# -# 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 msp_irq_per.o -obj-$(CONFIG_PCI) += msp_pci.o -obj-$(CONFIG_MSP_HAS_MAC) += msp_eth.o -obj-$(CONFIG_MSP_HAS_USB) += msp_usb.o -obj-$(CONFIG_MIPS_MT_SMP) += msp_smp.o |