Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
[deliverable/linux.git] / arch / xtensa / kernel / Makefile
CommitLineData
5a0015d6
CZ
1#
2# Makefile for the Linux/Xtensa kernel.
3#
4
5extra-y := head.o vmlinux.lds
6
7
64ac24e7 8obj-y := align.o entry.o irq.o coprocessor.o process.o ptrace.o \
1c0350bd 9 setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \
787a22d1 10 pci-dma.o init_task.o io.o
5a0015d6
CZ
11
12## windowspill.o
13
14obj-$(CONFIG_KGDB) += xtensa-stub.o
15obj-$(CONFIG_PCI) += pci.o
16obj-$(CONFIG_MODULES) += xtensa_ksyms.o module.o
17
18
This page took 0.350952 seconds and 5 git commands to generate.