diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:13:02 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:13:02 +0200 |
commit | 6ddf19584021f3c5774823278d42ee3f3124b650 (patch) | |
tree | 7d7d0cd7fe6a72db8864127c25bc40cf3aa8b29f /arch/i386/Makefile | |
parent | i386: prepare shared kernel/ldt.c (diff) | |
download | linux-6ddf19584021f3c5774823278d42ee3f3124b650.tar.xz linux-6ddf19584021f3c5774823278d42ee3f3124b650.zip |
i386: prepare shared kernel/init_task.c
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 1bada3d878b7..56ea4250f982 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -99,7 +99,7 @@ core-$(CONFIG_XEN) += arch/i386/xen/ # default subarch .h files mflags-y += -Iinclude/asm-i386/mach-default -head-y := arch/i386/kernel/head.o arch/i386/kernel/init_task.o +head-y := arch/i386/kernel/head.o arch/i386/kernel/init_task_32.o libs-y += arch/i386/lib/ core-y += arch/i386/kernel/ \ |