mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
73089cbfdf
Move all initialization structures for the initial task to it's own file. Signed-off-by: Chris Zankel <chris@zankel.net>
19 lines
381 B
Makefile
19 lines
381 B
Makefile
#
|
|
# Makefile for the Linux/Xtensa kernel.
|
|
#
|
|
|
|
extra-y := head.o vmlinux.lds
|
|
|
|
|
|
obj-y := align.o entry.o irq.o coprocessor.o process.o ptrace.o semaphore.o \
|
|
setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \
|
|
pci-dma.o init_task.o
|
|
|
|
## windowspill.o
|
|
|
|
obj-$(CONFIG_KGDB) += xtensa-stub.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_MODULES) += xtensa_ksyms.o module.o
|
|
|
|
|