mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
71e2f4dd5a
As later model of GSx64 family processors including 2-series-soc have similar design with initial loongson3a while loongson2e/f seems less identical, we separate loongson2e/f support code out of mach-loongson64 to make our life easier. This patch contains mostly file moving works. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> [paulburton@kernel.org: Squash in the MAINTAINERS updates] Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: linux-mips@vger.kernel.org Cc: paul.burton@mips.com
42 lines
913 B
Plaintext
42 lines
913 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
# All platforms listed in alphabetic order
|
|
|
|
platforms += alchemy
|
|
platforms += ar7
|
|
platforms += ath25
|
|
platforms += ath79
|
|
platforms += bcm47xx
|
|
platforms += bcm63xx
|
|
platforms += bmips
|
|
platforms += cavium-octeon
|
|
platforms += cobalt
|
|
platforms += dec
|
|
platforms += emma
|
|
platforms += generic
|
|
platforms += jazz
|
|
platforms += jz4740
|
|
platforms += lantiq
|
|
platforms += lasat
|
|
platforms += loongson2ef
|
|
platforms += loongson32
|
|
platforms += loongson64
|
|
platforms += mti-malta
|
|
platforms += netlogic
|
|
platforms += paravirt
|
|
platforms += pic32
|
|
platforms += pistachio
|
|
platforms += pmcs-msp71xx
|
|
platforms += pnx833x
|
|
platforms += ralink
|
|
platforms += rb532
|
|
platforms += sgi-ip22
|
|
platforms += sgi-ip27
|
|
platforms += sgi-ip32
|
|
platforms += sibyte
|
|
platforms += sni
|
|
platforms += txx9
|
|
platforms += vr41xx
|
|
|
|
# include the platform specific files
|
|
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
|