diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:53 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:53 -0400 |
commit | 9402e12b8fef1efe9cf949fc020dcda22d9d8667 (patch) | |
tree | 4dbb4edda5e14edebc981200380d00f6ab0c3f70 /arch/i386/Makefile | |
parent | 9702785a747aa27baf46ff504beab6528f21f2dd (diff) |
i386: move mach-voyager
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 fc85d6674fcb..e03c47e56c76 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -65,7 +65,7 @@ mcore-y := arch/x86/mach-default | |||
65 | 65 | ||
66 | # Voyager subarch support | 66 | # Voyager subarch support |
67 | mflags-$(CONFIG_X86_VOYAGER) := -Iinclude/asm-i386/mach-voyager | 67 | mflags-$(CONFIG_X86_VOYAGER) := -Iinclude/asm-i386/mach-voyager |
68 | mcore-$(CONFIG_X86_VOYAGER) := arch/i386/mach-voyager | 68 | mcore-$(CONFIG_X86_VOYAGER) := arch/x86/mach-voyager |
69 | 69 | ||
70 | # VISWS subarch support | 70 | # VISWS subarch support |
71 | mflags-$(CONFIG_X86_VISWS) := -Iinclude/asm-i386/mach-visws | 71 | mflags-$(CONFIG_X86_VISWS) := -Iinclude/asm-i386/mach-visws |