diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-30 08:59:37 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:30 -0400 |
commit | c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed (patch) | |
tree | 44bee3daac887df59c0d69658b19c21da4e1839f /arch/mips/Makefile | |
parent | b288f135872b651ebf6cd1565d0709a5e31997f7 (diff) |
Support for MIPSsim, the cycle accurate MIPS simulator.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 3dc2fb81fb28..4d0645cb5725 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -437,6 +437,13 @@ core-$(CONFIG_MIPS_SEAD) += arch/mips/mips-boards/sead/ | |||
437 | load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 | 437 | load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 |
438 | 438 | ||
439 | # | 439 | # |
440 | # MIPS SIM | ||
441 | # | ||
442 | core-$(CONFIG_MIPS_SIM) += arch/mips/mips-boards/sim/ | ||
443 | cflags-$(CONFIG_MIPS_SIM) += -Iinclude/asm-mips/mach-sim | ||
444 | load-$(CONFIG_MIPS_SIM) += 0x80100000 | ||
445 | |||
446 | # | ||
440 | # Momentum Ocelot board | 447 | # Momentum Ocelot board |
441 | # | 448 | # |
442 | # The Ocelot setup.o must be linked early - it does the ioremap() for the | 449 | # The Ocelot setup.o must be linked early - it does the ioremap() for the |