Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[deliverable/linux.git] / drivers / pci / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the PCI bus specific drivers.
3#
4
5obj-y += access.o bus.o probe.o remove.o pci.o quirks.o \
085ae41f 6 pci-driver.o search.o pci-sysfs.o rom.o setup-res.o
1da177e4
LT
7obj-$(CONFIG_PROC_FS) += proc.o
8
52f975ea
MM
9# Build PCI Express stuff if needed
10obj-$(CONFIG_PCIEPORTBUS) += pcie/
11
1da177e4
LT
12obj-$(CONFIG_HOTPLUG) += hotplug.o
13
14# Build the PCI Hotplug drivers if we were asked to
15obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
16
17#
18# Some architectures use the generic PCI setup functions
19#
43a6b760 20obj-$(CONFIG_X86) += setup-bus.o
1da177e4
LT
21obj-$(CONFIG_ALPHA) += setup-bus.o setup-irq.o
22obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o
23obj-$(CONFIG_PARISC) += setup-bus.o
24obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o
25obj-$(CONFIG_PPC32) += setup-irq.o
26obj-$(CONFIG_PPC64) += setup-bus.o
27obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o
28obj-$(CONFIG_X86_VISWS) += setup-irq.o
fd58e55f
MM
29
30msiobj-y := msi.o msi-apic.o
31msiobj-$(CONFIG_IA64_GENERIC) += msi-altix.o
32msiobj-$(CONFIG_IA64_SGI_SN2) += msi-altix.o
33obj-$(CONFIG_PCI_MSI) += $(msiobj-y)
1da177e4
LT
34
35#
36# ACPI Related PCI FW Functions
37#
38obj-$(CONFIG_ACPI) += pci-acpi.o
39
40# Cardbus & CompactPCI use setup-bus
41obj-$(CONFIG_HOTPLUG) += setup-bus.o
42
43ifndef CONFIG_X86
44obj-y += syscall.o
45endif
46
47ifeq ($(CONFIG_PCI_DEBUG),y)
48EXTRA_CFLAGS += -DDEBUG
49endif
This page took 0.237167 seconds and 5 git commands to generate.