mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
82baa6b082
Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1354/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
# All platforms listed in alphabetic order
|
|
|
|
platforms += alchemy
|
|
platforms += ar7
|
|
platforms += cobalt
|
|
platforms += loongson
|
|
platforms += mipssim
|
|
platforms += pmc-sierra
|
|
platforms += sgi-ip27
|
|
platforms += vr41xx
|
|
|
|
# include the platform specific files
|
|
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
|