diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:25:45 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:25:45 +0200 |
commit | 526a2fe2f5d887ef8b89243c3a5e64f0f38c21cc (patch) | |
tree | 29d7be17b2b2a68d669d6539618dfd27030a5826 /arch/mips/mipssim/Platform | |
parent | MIPS: Loongson: Migrate makefile to new Platform file (diff) | |
download | linux-526a2fe2f5d887ef8b89243c3a5e64f0f38c21cc.tar.xz linux-526a2fe2f5d887ef8b89243c3a5e64f0f38c21cc.zip |
MIPS: MIPSsim: Migrate to new Platform file
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r-- | arch/mips/mipssim/Platform | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/mipssim/Platform b/arch/mips/mipssim/Platform new file mode 100644 index 000000000000..3df60b8a12ef --- /dev/null +++ b/arch/mips/mipssim/Platform @@ -0,0 +1,6 @@ +# +# MIPS SIM +# +platform-$(CONFIG_MIPS_SIM) += mipssim/ +cflags-$(CONFIG_MIPS_SIM) += -I$(srctree)/arch/mips/include/asm/mach-mipssim +load-$(CONFIG_MIPS_SIM) += 0x80100000 |