summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm/Makefile
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2020-07-24 14:43:20 +0300
committerWill Deacon <will@kernel.org>2020-07-27 14:53:10 +0300
commite86d1aa8b60f7ea18d36f50296d7d20eb2852e7e (patch)
treee8ac7b737310ac06d3d78b3dcc3e9b8c343eaeae /drivers/iommu/arm/Makefile
parentaa7ec73297df57a86308fee78d2bf86e22ea0bae (diff)
downloadlinux-e86d1aa8b60f7ea18d36f50296d7d20eb2852e7e.tar.xz
iommu/arm-smmu: Move Arm SMMU drivers into their own subdirectory
The Arm SMMU drivers are getting fat on vendor value-add, so move them to their own subdirectory out of the way of the other IOMMU drivers. Suggested-by: Joerg Roedel <joro@8bytes.org> Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/iommu/arm/Makefile')
-rw-r--r--drivers/iommu/arm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iommu/arm/Makefile b/drivers/iommu/arm/Makefile
new file mode 100644
index 000000000000..0f9efeab709f
--- /dev/null
+++ b/drivers/iommu/arm/Makefile
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-y += arm-smmu/ arm-smmu-v3/