forked from Minki/linux
cf5e6def83
Same code. Use the generic version. The special Makefile treatment is pointless anyway as init_task.o contains only data which is handled by the linker script. So no point on being treated like head text. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Jonas Bonn <jonas@southpole.se> Link: http://lkml.kernel.org/r/20120503085035.083343435@linutronix.de
15 lines
281 B
Makefile
15 lines
281 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
extra-y := head.o vmlinux.lds
|
|
|
|
obj-y := setup.o idle.o or32_ksyms.o process.o dma.o \
|
|
traps.o time.o irq.o entry.o ptrace.o signal.o sys_or32.o \
|
|
sys_call_table.o
|
|
|
|
obj-$(CONFIG_MODULES) += module.o
|
|
obj-$(CONFIG_OF) += prom.o
|
|
|
|
clean:
|