From a8b361d97f8e5a496a6144c470be03595247ad9f Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 5 Aug 2010 13:25:55 +0100 Subject: MIPS: TXx9: Migrate to new platform makefile style. Signed-off-by: Ralf Baechle --- arch/mips/txx9/Platform | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 arch/mips/txx9/Platform (limited to 'arch/mips/txx9/Platform') diff --git a/arch/mips/txx9/Platform b/arch/mips/txx9/Platform new file mode 100644 index 00000000000..a801abbe138 --- /dev/null +++ b/arch/mips/txx9/Platform @@ -0,0 +1,10 @@ +platform-$(CONFIG_MACH_TX39XX) += txx9/ +platform-$(CONFIG_MACH_TX49XX) += txx9/ + +cflags-$(CONFIG_MACH_TX39XX) += \ + -I$(srctree)/arch/mips/include/asm/mach-tx39xx +cflags-$(CONFIG_MACH_TX49XX) += \ + -I$(srctree)/arch/mips/include/asm/mach-tx49xx + +load-$(CONFIG_MACH_TX39XX) += 0xffffffff80050000 +load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000 -- cgit v1.2.3-70-g09d2