aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2010-08-05 08:25:55 -0400
committerRalf Baechle <ralf@linux-mips.org>2010-08-05 08:25:55 -0400
commita8b361d97f8e5a496a6144c470be03595247ad9f (patch)
tree9f45e4f6c2a975e08098785823f7359aa242e7c5 /arch/mips/Makefile
parent34f5c1c5787bd13a3fbfc284ff7f719846427b9d (diff)
MIPS: TXx9: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 4cf72586162b..e136e6204d87 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -229,28 +229,6 @@ cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh
229core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/ 229core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/
230load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 230load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000
231 231
232#
233# Common TXx9
234#
235core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/
236cflags-$(CONFIG_MACH_TX39XX) += -I$(srctree)/arch/mips/include/asm/mach-tx39xx
237load-$(CONFIG_MACH_TX39XX) += 0xffffffff80050000
238core-$(CONFIG_MACH_TX49XX) += arch/mips/txx9/generic/
239cflags-$(CONFIG_MACH_TX49XX) += -I$(srctree)/arch/mips/include/asm/mach-tx49xx
240load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000
241
242#
243# Toshiba JMR-TX3927 board
244#
245core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/
246
247#
248# Toshiba RBTX49XX boards
249#
250core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/
251core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
252core-$(CONFIG_TOSHIBA_RBTX4939) += arch/mips/txx9/rbtx4939/
253
254cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic 232cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
255drivers-$(CONFIG_PCI) += arch/mips/pci/ 233drivers-$(CONFIG_PCI) += arch/mips/pci/
256 234