mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
5c6aecbda8
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Cc: linux-mips <linux-mips@linux-mips.org> Patchwork: https://patchwork.linux-mips.org/patch/1321/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
# All platforms listed in alphabetic order
|
|
|
|
platforms += alchemy
|
|
platforms += ar7
|
|
platforms += cobalt
|
|
platforms += loongson
|
|
platforms += mipssim
|
|
platforms += sgi-ip27
|
|
|
|
# include the platform specific files
|
|
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
|