mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
655f40e487
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
17 lines
371 B
Plaintext
17 lines
371 B
Plaintext
# All platforms listed in alphabetic order
|
|
|
|
platforms += alchemy
|
|
platforms += ar7
|
|
platforms += cobalt
|
|
platforms += dec
|
|
platforms += jazz
|
|
platforms += loongson
|
|
platforms += mipssim
|
|
platforms += pmc-sierra
|
|
platforms += sgi-ip27
|
|
platforms += sni
|
|
platforms += vr41xx
|
|
|
|
# include the platform specific files
|
|
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
|