]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/Makefile
PCI: add routines for debugging and handling lost interrupts
[linux-2.6-omap-h63xx.git] / drivers / pci / Makefile
index 7d63f8ced24b12568fc49ebfa06fd588e49b6fc9..af3bfe22847bf00fdd5eec95ffb44ad8e8738c26 100644 (file)
@@ -3,7 +3,8 @@
 #
 
 obj-y          += access.o bus.o probe.o remove.o pci.o quirks.o slot.o \
-                       pci-driver.o search.o pci-sysfs.o rom.o setup-res.o
+                       pci-driver.o search.o pci-sysfs.o rom.o setup-res.o \
+                       irq.o
 obj-$(CONFIG_PROC_FS) += proc.o
 
 # Build PCI Express stuff if needed
@@ -26,6 +27,8 @@ obj-$(CONFIG_HT_IRQ) += htirq.o
 # Build Intel IOMMU support
 obj-$(CONFIG_DMAR) += dmar.o iova.o intel-iommu.o
 
+obj-$(CONFIG_INTR_REMAP) += dmar.o intr_remapping.o
+
 #
 # Some architectures use the generic PCI setup functions
 #