aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 05:20:03 -0400
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 05:20:03 -0400
commit96a388de5dc53a8b234b3fd41f3ae2cedc9ffd42 (patch)
treed947a467aa2da3140279617bc4b9b101640d7bf4 /arch/i386
parent27bd0c955648646abf2a353a8371d28c37bcd982 (diff)
i386/x86_64: move headers to include/asm-x86
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile
index 9c1da722964d..b433dae1ac7d 100644
--- a/arch/i386/Makefile
+++ b/arch/i386/Makefile
@@ -71,32 +71,32 @@ CFLAGS += $(cflags-y)
71mcore-y := arch/x86/mach-default 71mcore-y := arch/x86/mach-default
72 72
73# Voyager subarch support 73# Voyager subarch support
74mflags-$(CONFIG_X86_VOYAGER) := -Iinclude/asm-i386/mach-voyager 74mflags-$(CONFIG_X86_VOYAGER) := -Iinclude/asm-x86/mach-voyager
75mcore-$(CONFIG_X86_VOYAGER) := arch/x86/mach-voyager 75mcore-$(CONFIG_X86_VOYAGER) := arch/x86/mach-voyager
76 76
77# VISWS subarch support 77# VISWS subarch support
78mflags-$(CONFIG_X86_VISWS) := -Iinclude/asm-i386/mach-visws 78mflags-$(CONFIG_X86_VISWS) := -Iinclude/asm-x86/mach-visws
79mcore-$(CONFIG_X86_VISWS) := arch/x86/mach-visws 79mcore-$(CONFIG_X86_VISWS) := arch/x86/mach-visws
80 80
81# NUMAQ subarch support 81# NUMAQ subarch support
82mflags-$(CONFIG_X86_NUMAQ) := -Iinclude/asm-i386/mach-numaq 82mflags-$(CONFIG_X86_NUMAQ) := -Iinclude/asm-x86/mach-numaq
83mcore-$(CONFIG_X86_NUMAQ) := arch/x86/mach-default 83mcore-$(CONFIG_X86_NUMAQ) := arch/x86/mach-default
84 84
85# BIGSMP subarch support 85# BIGSMP subarch support
86mflags-$(CONFIG_X86_BIGSMP) := -Iinclude/asm-i386/mach-bigsmp 86mflags-$(CONFIG_X86_BIGSMP) := -Iinclude/asm-x86/mach-bigsmp
87mcore-$(CONFIG_X86_BIGSMP) := arch/x86/mach-default 87mcore-$(CONFIG_X86_BIGSMP) := arch/x86/mach-default
88 88
89#Summit subarch support 89#Summit subarch support
90mflags-$(CONFIG_X86_SUMMIT) := -Iinclude/asm-i386/mach-summit 90mflags-$(CONFIG_X86_SUMMIT) := -Iinclude/asm-x86/mach-summit
91mcore-$(CONFIG_X86_SUMMIT) := arch/x86/mach-default 91mcore-$(CONFIG_X86_SUMMIT) := arch/x86/mach-default
92 92
93# generic subarchitecture 93# generic subarchitecture
94mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-i386/mach-generic 94mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-x86/mach-generic
95mcore-$(CONFIG_X86_GENERICARCH) := arch/x86/mach-default 95mcore-$(CONFIG_X86_GENERICARCH) := arch/x86/mach-default
96core-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/ 96core-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/
97 97
98# ES7000 subarch support 98# ES7000 subarch support
99mflags-$(CONFIG_X86_ES7000) := -Iinclude/asm-i386/mach-es7000 99mflags-$(CONFIG_X86_ES7000) := -Iinclude/asm-x86/mach-es7000
100mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default 100mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default
101core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/ 101core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/
102 102
@@ -104,7 +104,7 @@ core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/
104core-$(CONFIG_XEN) += arch/x86/xen/ 104core-$(CONFIG_XEN) += arch/x86/xen/
105 105
106# default subarch .h files 106# default subarch .h files
107mflags-y += -Iinclude/asm-i386/mach-default 107mflags-y += -Iinclude/asm-x86/mach-default
108 108
109head-y := arch/x86/kernel/head_32.o arch/x86/kernel/init_task_32.o 109head-y := arch/x86/kernel/head_32.o arch/x86/kernel/init_task_32.o
110 110