iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=n
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 7 Jul 2011 10:18:48 +0000 (12:18 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 7 Jul 2011 10:18:48 +0000 (12:18 +0200)
commit6b385b46ee17d7e1a68d3411b8cdb2342e0f0445
treed59663acb162eca283ffca6a3746622c9fc090ce
parent17f5b569e09cfa3488eaa663cbf9feada2e789f5
iommu/core: Fix build with INTR_REMAP=y && CONFIG_DMAR=n

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>
drivers/Makefile