aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index 041c4f2e088a..28c55f608913 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -410,15 +410,15 @@ libs-$(CONFIG_PNX8550_STB810) += arch/mips/nxp/pnx8550/stb810/
410load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 410load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000
411 411
412# 412#
413# NEC EMMA2RH boards 413# Common NEC EMMAXXX
414# 414#
415core-$(CONFIG_SOC_EMMA2RH) += arch/mips/emma2rh/common/ 415core-$(CONFIG_SOC_EMMA) += arch/mips/emma/common/
416cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh 416cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh
417 417
418# 418#
419# NEC EMMA2RH Mark-eins 419# NEC EMMA2RH Mark-eins
420# 420#
421core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma2rh/markeins/ 421core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/
422load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 422load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000
423 423
424# 424#