aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index a21b12ce903d..041c4f2e088a 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -409,14 +409,17 @@ load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000
409libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/ 409libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/
410load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 410load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000
411 411
412#
412# NEC EMMA2RH boards 413# NEC EMMA2RH boards
413# 414#
414core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/ 415core-$(CONFIG_SOC_EMMA2RH) += arch/mips/emma2rh/common/
415cflags-$(CONFIG_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh 416cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh
416 417
418#
417# NEC EMMA2RH Mark-eins 419# NEC EMMA2RH Mark-eins
418core-$(CONFIG_MARKEINS) += arch/mips/emma2rh/markeins/ 420#
419load-$(CONFIG_MARKEINS) += 0xffffffff88100000 421core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma2rh/markeins/
422load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000
420 423
421# 424#
422# SGI IP22 (Indy/Indigo2) 425# SGI IP22 (Indy/Indigo2)