diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:56 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:56 -0400 |
commit | 91a548d57e9c95bb47b66d9d3ac0bf381619a6e7 (patch) | |
tree | 4ed552b8cd6d9454af952e2e34d6c648d166431e /arch/mips/pnx833x/Platform | |
parent | 9453e84d1765d2a532c2ba26ab2a5c3c9b8867c4 (diff) |
MIPS: PNX833x: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pnx833x/Platform')
-rw-r--r-- | arch/mips/pnx833x/Platform | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/pnx833x/Platform b/arch/mips/pnx833x/Platform new file mode 100644 index 000000000000..7e6ec4dbc8dd --- /dev/null +++ b/arch/mips/pnx833x/Platform | |||
@@ -0,0 +1,5 @@ | |||
1 | # NXP STB225 | ||
2 | platform-$(CONFIG_SOC_PNX833X) += pnx833x/ | ||
3 | cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x | ||
4 | load-$(CONFIG_NXP_STB220) += 0xffffffff80001000 | ||
5 | load-$(CONFIG_NXP_STB225) += 0xffffffff80001000 | ||