GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / pci / Makefile
blobdc1aa09228684b8881241c91fde01111df04bdb1
2 # Makefile for the PCI bus specific drivers.
5 obj-y += access.o bus.o probe.o remove.o pci.o \
6 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
7 irq.o vpd.o
8 obj-$(CONFIG_PROC_FS) += proc.o
9 obj-$(CONFIG_SYSFS) += slot.o
11 obj-$(CONFIG_PCI_QUIRKS) += quirks.o
13 # Build PCI Express stuff if needed
14 obj-$(CONFIG_PCIEPORTBUS) += pcie/
16 obj-$(CONFIG_PCI_IOAPIC) += ioapic.o
18 obj-$(CONFIG_HOTPLUG) += hotplug.o
20 # Build the PCI Hotplug drivers if we were asked to
21 obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
22 ifdef CONFIG_HOTPLUG_PCI
23 obj-y += hotplug-pci.o
24 endif
26 # Build the PCI MSI interrupt support
27 obj-$(CONFIG_PCI_MSI) += msi.o
29 # Build the Hypertransport interrupt support
30 obj-$(CONFIG_HT_IRQ) += htirq.o
32 # Build Intel IOMMU support
33 obj-$(CONFIG_DMAR) += dmar.o iova.o intel-iommu.o
35 obj-$(CONFIG_INTR_REMAP) += dmar.o intr_remapping.o
37 obj-$(CONFIG_PCI_IOV) += iov.o
40 # Some architectures use the generic PCI setup functions
42 obj-$(CONFIG_X86) += setup-bus.o
43 obj-$(CONFIG_ALPHA) += setup-bus.o setup-irq.o
44 obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o
45 obj-$(CONFIG_PARISC) += setup-bus.o
46 obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o
47 obj-$(CONFIG_PPC) += setup-bus.o
48 obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o
49 obj-$(CONFIG_X86_VISWS) += setup-irq.o
50 obj-$(CONFIG_MN10300) += setup-bus.o
51 obj-$(CONFIG_MICROBLAZE) += setup-bus.o
54 # ACPI Related PCI FW Functions
56 obj-$(CONFIG_ACPI) += pci-acpi.o
58 # SMBIOS provided firmware instance and labels
59 obj-$(CONFIG_DMI) += pci-label.o
61 # Cardbus & CompactPCI use setup-bus
62 obj-$(CONFIG_HOTPLUG) += setup-bus.o
64 obj-$(CONFIG_PCI_SYSCALL) += syscall.o
66 obj-$(CONFIG_PCI_STUB) += pci-stub.o
68 ifeq ($(CONFIG_PCI_DEBUG),y)
69 EXTRA_CFLAGS += -DDEBUG
70 endif