diff options
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 836ab2f250d1..555055650733 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile | |||
@@ -21,7 +21,7 @@ obj-$(CONFIG_PCI_MSI) += msi.o | |||
21 | obj-$(CONFIG_HT_IRQ) += htirq.o | 21 | obj-$(CONFIG_HT_IRQ) += htirq.o |
22 | 22 | ||
23 | # Build Intel IOMMU support | 23 | # Build Intel IOMMU support |
24 | obj-$(CONFIG_DMAR) += dmar.o | 24 | obj-$(CONFIG_DMAR) += dmar.o iova.o intel-iommu.o |
25 | 25 | ||
26 | # | 26 | # |
27 | # Some architectures use the generic PCI setup functions | 27 | # Some architectures use the generic PCI setup functions |