blob: 9784c4941c9f577eda5042084ae07e32f851d459 (
plain)
1
2
3
4
5
6
7
|
# All platforms listed in alphabetic order
platforms += ar7
platforms += loongson
# include the platform specific files
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
|