diff options
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r-- | arch/x86/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 58ea55ce2423..cacee981d166 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile | |||
@@ -110,16 +110,16 @@ KBUILD_CFLAGS += $(call cc-option,-mno-sse -mno-mmx -mno-sse2 -mno-3dnow,) | |||
110 | mcore-y := arch/x86/mach-default/ | 110 | mcore-y := arch/x86/mach-default/ |
111 | 111 | ||
112 | # Voyager subarch support | 112 | # Voyager subarch support |
113 | mflags-$(CONFIG_X86_VOYAGER) := -Iinclude/asm-x86/mach-voyager | 113 | mflags-$(CONFIG_X86_VOYAGER) := -Iarch/x86/include/asm/mach-voyager |
114 | mcore-$(CONFIG_X86_VOYAGER) := arch/x86/mach-voyager/ | 114 | mcore-$(CONFIG_X86_VOYAGER) := arch/x86/mach-voyager/ |
115 | 115 | ||
116 | # generic subarchitecture | 116 | # generic subarchitecture |
117 | mflags-$(CONFIG_X86_GENERICARCH):= -Iinclude/asm-x86/mach-generic | 117 | mflags-$(CONFIG_X86_GENERICARCH):= -Iarch/x86/include/asm/mach-generic |
118 | fcore-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/ | 118 | fcore-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/ |
119 | mcore-$(CONFIG_X86_GENERICARCH) := arch/x86/mach-default/ | 119 | mcore-$(CONFIG_X86_GENERICARCH) := arch/x86/mach-default/ |
120 | 120 | ||
121 | # default subarch .h files | 121 | # default subarch .h files |
122 | mflags-y += -Iinclude/asm-x86/mach-default | 122 | mflags-y += -Iarch/x86/include/asm/mach-default |
123 | 123 | ||
124 | # 64 bit does not support subarch support - clear sub arch variables | 124 | # 64 bit does not support subarch support - clear sub arch variables |
125 | fcore-$(CONFIG_X86_64) := | 125 | fcore-$(CONFIG_X86_64) := |