mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
169c3c164f
This board has been EOL for many years now; lets not burden people doing build coverage and other tree wide work with working on essentially dead files. [ralf@linux-mips.org: Also remove arch/mips/include/asm/mach-wrppmc/war.h.] Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Cc: linux-mips@linux-mips.org Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Patchwork: http://patchwork.linux-mips.org/patch/5503/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
36 lines
771 B
Plaintext
36 lines
771 B
Plaintext
# All platforms listed in alphabetic order
|
|
|
|
platforms += alchemy
|
|
platforms += ar7
|
|
platforms += ath79
|
|
platforms += bcm47xx
|
|
platforms += bcm63xx
|
|
platforms += cavium-octeon
|
|
platforms += cobalt
|
|
platforms += dec
|
|
platforms += emma
|
|
platforms += jazz
|
|
platforms += jz4740
|
|
platforms += lantiq
|
|
platforms += lasat
|
|
platforms += loongson
|
|
platforms += loongson1
|
|
platforms += mti-malta
|
|
platforms += mti-sead3
|
|
platforms += netlogic
|
|
platforms += pmcs-msp71xx
|
|
platforms += pnx833x
|
|
platforms += powertv
|
|
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))
|