diff options
author | Will Deacon <will@kernel.org> | 2020-07-24 14:43:20 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-07-27 14:53:10 +0300 |
commit | e86d1aa8b60f7ea18d36f50296d7d20eb2852e7e (patch) | |
tree | e8ac7b737310ac06d3d78b3dcc3e9b8c343eaeae /drivers/iommu/arm/Makefile | |
parent | aa7ec73297df57a86308fee78d2bf86e22ea0bae (diff) | |
download | linux-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/Makefile | 2 |
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/ |