Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
[deliverable/linux.git] / arch / x86 / pci / Makefile
1 obj-y := i386.o init.o
2
3 obj-$(CONFIG_PCI_BIOS) += pcbios.o
4 obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_$(BITS).o direct.o mmconfig-shared.o
5 obj-$(CONFIG_PCI_DIRECT) += direct.o
6 obj-$(CONFIG_PCI_OLPC) += olpc.o
7
8 obj-y += fixup.o
9 obj-$(CONFIG_ACPI) += acpi.o
10 obj-y += legacy.o irq.o
11
12 obj-$(CONFIG_X86_VISWS) += visws.o
13
14 obj-$(CONFIG_X86_NUMAQ) += numaq_32.o
15
16 obj-$(CONFIG_X86_MRST) += mrst.o
17
18 obj-y += common.o early.o
19 obj-y += amd_bus.o bus_numa.o
20
21 obj-$(CONFIG_PCI_CNB20LE_QUIRK) += broadcom_bus.o
22
23 ifeq ($(CONFIG_PCI_DEBUG),y)
24 EXTRA_CFLAGS += -DDEBUG
25 endif
This page took 0.032391 seconds and 5 git commands to generate.