diff options
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 |