MIPS: Move Alchemy Makefile parts to their own Platform file.
[firefly-linux-kernel-4.4.55.git] / arch / mips / Kbuild.platforms
1 # All platforms listed in alphabetic order
2
3 platforms += alchemy
4 platforms += ar7
5 platforms += loongson
6 platforms += mipssim
7
8 # include the platform specific files
9 include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))