mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
i386: move mach-es7000
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
d629e03b64
commit
334e621a01
5 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ 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
|
||||||
mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default
|
mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default
|
||||||
core-$(CONFIG_X86_ES7000) := arch/i386/mach-es7000/
|
core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/
|
||||||
|
|
||||||
# Xen paravirtualization support
|
# Xen paravirtualization support
|
||||||
core-$(CONFIG_XEN) += arch/i386/xen/
|
core-$(CONFIG_XEN) += arch/i386/xen/
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
EXTRA_CFLAGS := -Iarch/i386/kernel
|
EXTRA_CFLAGS := -Iarch/i386/kernel
|
||||||
|
|
||||||
obj-y := probe.o summit.o bigsmp.o es7000.o default.o
|
obj-y := probe.o summit.o bigsmp.o es7000.o default.o
|
||||||
obj-y += ../../i386/mach-es7000/
|
obj-y += ../../x86/mach-es7000/
|
||||||
|
|
Loading…
Add table
Reference in a new issue