mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
4300a92e9b
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Cc: linux-mips <linux-mips@linux-mips.org> Patchwork: https://patchwork.linux-mips.org/patch/1322/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
# All platforms listed in alphabetic order
|
|
|
|
platforms += alchemy
|
|
platforms += ar7
|
|
platforms += cobalt
|
|
platforms += loongson
|
|
platforms += mipssim
|
|
platforms += sgi-ip27
|
|
platforms += vr41xx
|
|
|
|
# include the platform specific files
|
|
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
|