mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
i386: prepare shared kernel/init_task.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
0c67e102ea
commit
6ddf195840
@ -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/ \
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Makefile for the linux kernel.
|
||||
#
|
||||
|
||||
extra-y := head.o init_task.o vmlinux.lds
|
||||
extra-y := head.o init_task_32.o vmlinux.lds
|
||||
|
||||
obj-y := process.o signal_32.o entry.o traps_32.o irq_32.o \
|
||||
ptrace_32.o time_32.o ioport_32.o ldt_32.o setup_32.o i8259_32.o sys_i386_32.o \
|
||||
|
Loading…
Reference in New Issue
Block a user