source: trunk/packages/xen-common/xen-common/linux-2.6-xen-sparse/arch/i386/pci/Makefile @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 638 bytes
Line 
1obj-y                           := i386.o init.o
2
3obj-$(CONFIG_PCI_BIOS)          += pcbios.o
4obj-$(CONFIG_PCI_MMCONFIG)      += mmconfig.o direct.o
5obj-$(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
9obj-$(CONFIG_XEN_PCIDEV_FRONTEND)       += pcifront.o
10
11pci-y                           := fixup.o
12pci-$(CONFIG_ACPI)              += acpi.o
13pci-y                           += legacy.o irq.o
14
15pci-$(CONFIG_X86_VISWS)         := visws.o fixup.o
16pci-$(CONFIG_X86_NUMAQ)         := numa.o irq.o
17
18obj-y                           += $(pci-y) common.o
19
20ifdef CONFIG_XEN
21include $(srctree)/scripts/Makefile.xen
22obj-y := $(call cherrypickxen, $(obj-y))
23endif
Note: See TracBrowser for help on using the repository browser.