arch/tile: tilegx PCI root complex support
[deliverable/linux.git] / arch / tile / kernel / Makefile
1 #
2 # Makefile for the Linux/TILE kernel.
3 #
4
5 extra-y := vmlinux.lds head_$(BITS).o
6 obj-y := backtrace.o entry.o irq.o messaging.o \
7 pci-dma.o proc.o process.o ptrace.o reboot.o \
8 setup.o signal.o single_step.o stack.o sys.o sysfs.o time.o traps.o \
9 intvec_$(BITS).o regs_$(BITS).o tile-desc_$(BITS).o
10
11 obj-$(CONFIG_HARDWALL) += hardwall.o
12 obj-$(CONFIG_COMPAT) += compat.o compat_signal.o
13 obj-$(CONFIG_SMP) += smpboot.o smp.o tlb.o
14 obj-$(CONFIG_MODULES) += module.o
15 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
16 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_$(BITS).o
17 ifdef CONFIG_TILEGX
18 obj-$(CONFIG_PCI) += pci_gx.o
19 else
20 obj-$(CONFIG_PCI) += pci.o
21 endif
This page took 0.068825 seconds and 5 git commands to generate.