diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:38 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:38 -0400 |
commit | c2b84d8d1a66a0a886de51f1bfef5c4f16c0c784 (patch) | |
tree | dba8ae5777563f7df4e000725d253b7cd995bb7f /arch/i386/Makefile | |
parent | fb9aa6f1d4a1e11e66a680460b2c2b2b10b62f79 (diff) |
i386: move mach-visws
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 87c959d5f354..191e171b3672 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -69,7 +69,7 @@ mcore-$(CONFIG_X86_VOYAGER) := arch/i386/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 |
72 | mcore-$(CONFIG_X86_VISWS) := arch/i386/mach-visws | 72 | mcore-$(CONFIG_X86_VISWS) := arch/x86/mach-visws |
73 | 73 | ||
74 | # NUMAQ subarch support | 74 | # NUMAQ subarch support |
75 | mflags-$(CONFIG_X86_NUMAQ) := -Iinclude/asm-i386/mach-numaq | 75 | mflags-$(CONFIG_X86_NUMAQ) := -Iinclude/asm-i386/mach-numaq |