diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:02 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:02 -0400 |
commit | 6ddf19584021f3c5774823278d42ee3f3124b650 (patch) | |
tree | 7d7d0cd7fe6a72db8864127c25bc40cf3aa8b29f /arch/i386/Makefile | |
parent | 0c67e102ea427341ca51e0943eb3c5a911d05301 (diff) |
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 1bada3d878b..56ea4250f98 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.o | 102 | head-y := arch/i386/kernel/head.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/ \ |