baf3eb233d
[Ralf: Remove a forgotten -Werror in Pb1200 Makefile.] Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com> To: Linux-MIPS <linux-mips@linux-mips.org> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Manuel Lauss <manuel.lauss@googlemail.com> Patchwork: https://patchwork.linux-mips.org/patch/1319/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
233 B
Text
9 lines
233 B
Text
# All platforms listed in alphabetic order
|
|
|
|
platforms += alchemy
|
|
platforms += ar7
|
|
platforms += loongson
|
|
platforms += mipssim
|
|
|
|
# include the platform specific files
|
|
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
|