diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:10 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:10 -0400 |
commit | deb8677148fef3aea11edd4e980f6eb9c564f3cd (patch) | |
tree | 25e1f8b0fd56203c92fbaf715b27a841d4e990f0 /arch/i386/Makefile | |
parent | 76ea2ec68b54acc13ee1bfbb9a4e3aad370a374f (diff) |
i386: prepare shared kernel/head.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 56ea4250f982..45409c13f6ef 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -99,7 +99,7 @@ core-$(CONFIG_XEN) += arch/i386/xen/ | |||
99 | # default subarch .h files | 99 | # default subarch .h files |
100 | mflags-y += -Iinclude/asm-i386/mach-default | 100 | mflags-y += -Iinclude/asm-i386/mach-default |
101 | 101 | ||
102 | head-y := arch/i386/kernel/head.o arch/i386/kernel/init_task_32.o | 102 | head-y := arch/i386/kernel/head_32.o arch/i386/kernel/init_task_32.o |
103 | 103 | ||
104 | libs-y += arch/i386/lib/ | 104 | libs-y += arch/i386/lib/ |
105 | core-y += arch/i386/kernel/ \ | 105 | core-y += arch/i386/kernel/ \ |