diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:53 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:53 -0400 |
commit | bd152b095ef67898ed794f100e4ecc5298a61ad8 (patch) | |
tree | c3dfc77ff49e306fcd0c71a2d97a12038222261c /arch/mips/lasat/Platform | |
parent | 026dab3c51d3d6129cf66f24bc592e9315856fdb (diff) |
MIPS: Lasat: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lasat/Platform')
-rw-r--r-- | arch/mips/lasat/Platform | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/lasat/Platform b/arch/mips/lasat/Platform new file mode 100644 index 000000000000..760252828bf1 --- /dev/null +++ b/arch/mips/lasat/Platform | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # LASAT platforms | ||
3 | # | ||
4 | platform-$(CONFIG_LASAT) += lasat/ | ||
5 | cflags-$(CONFIG_LASAT) += \ | ||
6 | -I$(srctree)/arch/mips/include/asm/mach-lasat | ||
7 | load-$(CONFIG_LASAT) += 0xffffffff80000000 | ||