Merge to Fedora kernel-2.6.17-1.2187_FC5 patched with stable patch-2.6.17.13-vs2...
[linux-2.6.git] / arch / i386 / pci / Makefile
1 obj-y                           := i386.o init.o
2
3 obj-$(CONFIG_PCI_BIOS)          += pcbios.o
4 obj-$(CONFIG_PCI_MMCONFIG)      += mmconfig.o direct.o
5 obj-$(CONFIG_PCI_DIRECT)        += direct.o
6
7 # pcifront should be after pcbios.o, mmconfig.o, and direct.o as it should only
8 # take over if direct access to the PCI bus is unavailable
9 obj-$(CONFIG_XEN_PCIDEV_FRONTEND)       += pcifront.o
10
11 pci-y                           := fixup.o
12 pci-$(CONFIG_ACPI)              += acpi.o
13 pci-y                           += legacy.o irq.o
14
15 pci-$(CONFIG_X86_VISWS)         := visws.o fixup.o
16 pci-$(CONFIG_X86_NUMAQ)         := numa.o irq.o
17
18 obj-y                           += $(pci-y) common.o
19
20 ifdef CONFIG_XEN
21 include $(srctree)/scripts/Makefile.xen
22 obj-y := $(call cherrypickxen, $(obj-y))
23 endif