diff options
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 4 |
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 |
18 | obj-$(CONFIG_PCI_MSI) += msi.o | 18 | obj-$(CONFIG_PCI_MSI) += msi.o |
19 | 19 | ||
20 | # Build the Hypertransport interrupt support | ||
21 | obj-$(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 | |||
29 | obj-$(CONFIG_PPC64) += setup-bus.o | 32 | obj-$(CONFIG_PPC64) += setup-bus.o |
30 | obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o | 33 | obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o |
31 | obj-$(CONFIG_X86_VISWS) += setup-irq.o | 34 | obj-$(CONFIG_X86_VISWS) += setup-irq.o |
32 | obj-$(CONFIG_HT_IRQ) += htirq.o | ||
33 | 35 | ||
34 | # | 36 | # |
35 | # ACPI Related PCI FW Functions | 37 | # ACPI Related PCI FW Functions |