Skip to content

Commit

Permalink
iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=n
Browse files Browse the repository at this point in the history
IOMMU_API is not selected when no DMA remapping driver is
selected, but the whole drivers/iommu/ directory is only
built with IOMMU_API=y. Fixed with this patch by including
the directory with IOMMU_SUPPORT instead.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
  • Loading branch information
Joerg Roedel committed Jul 7, 2011
1 parent 17f5b56 commit 6b385b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ obj-y += ieee802154/
obj-y += clk/

obj-$(CONFIG_HWSPINLOCK) += hwspinlock/
obj-$(CONFIG_IOMMU_API) += iommu/
obj-$(CONFIG_IOMMU_SUPPORT) += iommu/

0 comments on commit 6b385b4

Please sign in to comment.