aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r--drivers/pci/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile
index 04694ec7224b..e3beb784406f 100644
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@ -17,6 +17,9 @@ obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
17# Build the PCI MSI interrupt support 17# Build the PCI MSI interrupt support
18obj-$(CONFIG_PCI_MSI) += msi.o 18obj-$(CONFIG_PCI_MSI) += msi.o
19 19
20# Build the Hypertransport interrupt support
21obj-$(CONFIG_HT_IRQ) += htirq.o
22
20# 23#
21# Some architectures use the generic PCI setup functions 24# Some architectures use the generic PCI setup functions
22# 25#
@@ -29,7 +32,6 @@ obj-$(CONFIG_PPC32) += setup-irq.o
29obj-$(CONFIG_PPC64) += setup-bus.o 32obj-$(CONFIG_PPC64) += setup-bus.o
30obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o 33obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o
31obj-$(CONFIG_X86_VISWS) += setup-irq.o 34obj-$(CONFIG_X86_VISWS) += setup-irq.o
32obj-$(CONFIG_HT_IRQ) += htirq.o
33 35
34# 36#
35# ACPI Related PCI FW Functions 37# ACPI Related PCI FW Functions