diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:50 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:50 -0400 |
commit | 334e621a01f86d5bc25e4f742e1eaae6e2d2a97a (patch) | |
tree | 2cb790c1d57006900358bd2d3478a357860cde30 /arch/i386/Makefile | |
parent | d629e03b64c469245ceb07d05460e1e2eefa7585 (diff) |
i386: move mach-es7000
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/Makefile')
-rw-r--r-- | arch/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile index 223c5e252ec1..c462803a4db2 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -91,7 +91,7 @@ core-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/ | |||
91 | # ES7000 subarch support | 91 | # ES7000 subarch support |
92 | mflags-$(CONFIG_X86_ES7000) := -Iinclude/asm-i386/mach-es7000 | 92 | mflags-$(CONFIG_X86_ES7000) := -Iinclude/asm-i386/mach-es7000 |
93 | mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default | 93 | mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default |
94 | core-$(CONFIG_X86_ES7000) := arch/i386/mach-es7000/ | 94 | core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/ |
95 | 95 | ||
96 | # Xen paravirtualization support | 96 | # Xen paravirtualization support |
97 | core-$(CONFIG_XEN) += arch/i386/xen/ | 97 | core-$(CONFIG_XEN) += arch/i386/xen/ |