aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r--drivers/pci/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index 2752c57ecf01..04694ec7224b 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -14,6 +14,9 @@ obj-$(CONFIG_HOTPLUG) += hotplug.o
14# Build the PCI Hotplug drivers if we were asked to 14# Build the PCI Hotplug drivers if we were asked to
15obj-$(CONFIG_HOTPLUG_PCI) += hotplug/ 15obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
16 16
17# Build the PCI MSI interrupt support
18obj-$(CONFIG_PCI_MSI) += msi.o
19
17# 20#
18# Some architectures use the generic PCI setup functions 21# Some architectures use the generic PCI setup functions
19# 22#
@@ -28,12 +31,6 @@ obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o
28obj-$(CONFIG_X86_VISWS) += setup-irq.o 31obj-$(CONFIG_X86_VISWS) += setup-irq.o
29obj-$(CONFIG_HT_IRQ) += htirq.o 32obj-$(CONFIG_HT_IRQ) += htirq.o
30 33
31msiobj-y := msi.o
32msiobj-$(CONFIG_IA64) += msi-apic.o
33msiobj-$(CONFIG_IA64_GENERIC) += msi-altix.o
34msiobj-$(CONFIG_IA64_SGI_SN2) += msi-altix.o
35obj-$(CONFIG_PCI_MSI) += $(msiobj-y)
36
37# 34#
38# ACPI Related PCI FW Functions 35# ACPI Related PCI FW Functions
39# 36#