diff options
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 191e171b3672..510df782f940 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -86,7 +86,7 @@ mcore-$(CONFIG_X86_SUMMIT) := arch/i386/mach-default | |||
86 | # generic subarchitecture | 86 | # generic subarchitecture |
87 | mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-i386/mach-generic | 87 | mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-i386/mach-generic |
88 | mcore-$(CONFIG_X86_GENERICARCH) := arch/i386/mach-default | 88 | mcore-$(CONFIG_X86_GENERICARCH) := arch/i386/mach-default |
89 | core-$(CONFIG_X86_GENERICARCH) += arch/i386/mach-generic/ | 89 | core-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/ |
90 | 90 | ||
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 |