blob: 68794bb9ac3a90dda9d5029428cf42cede26303a (
plain)
1
2
3
4
5
6
7
8
9
|
# 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))
|