diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index e0cab2850a72..207197b91a53 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -465,6 +465,15 @@ libs-$(CONFIG_PNX8550_JBS) += arch/mips/philips/pnx8550/jbs/ | |||
465 | #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 | 465 | #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 |
466 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 | 466 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 |
467 | 467 | ||
468 | # NEC EMMA2RH boards | ||
469 | # | ||
470 | core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/ | ||
471 | cflags-$(CONFIG_EMMA2RH) += -Iinclude/asm-mips/mach-emma2rh | ||
472 | |||
473 | # NEC EMMA2RH Mark-eins | ||
474 | core-$(CONFIG_MARKEINS) += arch/mips/emma2rh/markeins/ | ||
475 | load-$(CONFIG_MARKEINS) += 0xffffffff88100000 | ||
476 | |||
468 | # | 477 | # |
469 | # SGI IP22 (Indy/Indigo2) | 478 | # SGI IP22 (Indy/Indigo2) |
470 | # | 479 | # |