diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-03-13 20:17:57 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-03-13 22:08:00 (GMT) |
commit | a83860c2da9303c864a53c299d17f608f9643541 (patch) | |
tree | f7e2aac3bf8af899499b3301f8c2242f82409cfc /arch/mips/Makefile | |
parent | 3b289d6e35a1a535c19a5b079f0500526754e650 (diff) | |
download | linux-a83860c2da9303c864a53c299d17f608f9643541.tar.xz |
MIPS: Mark Eins: Fix configuration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 21b00e9..22dab2e 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -416,7 +416,7 @@ load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 # # Common NEC EMMAXXX # -core-$(CONFIG_SOC_EMMA) += arch/mips/emma/common/ +core-$(CONFIG_SOC_EMMA2RH) += arch/mips/emma/common/ cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh # |