aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kbuild.platforms
diff options
context:
space:
mode:
authorWu Zhangjin <wuzhangjin@gmail.com>2010-06-01 06:29:04 -0400
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 08:25:45 -0400
commit28c945c88676bf71ec649429f2c1c4ce3719cd7c (patch)
tree19ede8393b6859b1145b47d0c7872a62dab591ca /arch/mips/Kbuild.platforms
parent5d25b01cf90c1a27d196a52f48d5364458b80b86 (diff)
MIPS: Loongson: Migrate makefile to new Platform file
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> To: linux-mips <linux-mips@linux-mips.org> Cc: Alexander Clouter <alex@digriz.org.uk> Cc: Manuel Lauss <manuel.lauss@gmail.com> Cc: Sam Ravnborg <sam@ravnborg.org>, Patchwork: https://patchwork.linux-mips.org/patch/1313/ Patchwork: https://patchwork.linux-mips.org/patch/1326/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kbuild.platforms')
-rw-r--r--arch/mips/Kbuild.platforms1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms
index 681b2d4d88f5..9784c4941c9f 100644
--- a/arch/mips/Kbuild.platforms
+++ b/arch/mips/Kbuild.platforms
@@ -1,6 +1,7 @@
1# All platforms listed in alphabetic order 1# All platforms listed in alphabetic order
2 2
3platforms += ar7 3platforms += ar7
4platforms += loongson
4 5
5# include the platform specific files 6# include the platform specific files
6include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) 7include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))