Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c750a66b authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

i386: move mach-generic



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent c2b84d8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -86,7 +86,7 @@ mcore-$(CONFIG_X86_SUMMIT) := arch/i386/mach-default
# generic subarchitecture
# generic subarchitecture
mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-i386/mach-generic
mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-i386/mach-generic
mcore-$(CONFIG_X86_GENERICARCH) := arch/i386/mach-default
mcore-$(CONFIG_X86_GENERICARCH) := arch/i386/mach-default
core-$(CONFIG_X86_GENERICARCH) += arch/i386/mach-generic/
core-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/


# ES7000 subarch support
# ES7000 subarch support
mflags-$(CONFIG_X86_ES7000)	:= -Iinclude/asm-i386/mach-es7000
mflags-$(CONFIG_X86_ES7000)	:= -Iinclude/asm-i386/mach-es7000
Loading