diff options
author | Jerry Snitselaar <jsnitsel@redhat.com> | 2020-06-30 13:06:36 -0700 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2020-07-29 14:15:36 +0200 |
commit | cbe94c6e1a7d11050050c4d5b89bb278c163e8d6 (patch) | |
tree | ca7780e8d870c0eb63052b8507fd90f13b0d9223 /drivers/iommu/Makefile | |
parent | ab65ba57e3acb55920999f96a6152228b52a2f49 (diff) | |
download | linux-stable-cbe94c6e1a7d11050050c4d5b89bb278c163e8d6.tar.gz linux-stable-cbe94c6e1a7d11050050c4d5b89bb278c163e8d6.tar.bz2 linux-stable-cbe94c6e1a7d11050050c4d5b89bb278c163e8d6.zip |
iommu/amd: Move Kconfig and Makefile bits down into amd directory
Move AMD Kconfig and Makefile bits down into the amd directory
with the rest of the AMD specific files.
Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
Cc: Joerg Roedel <joro@8bytes.org>
Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Link: https://lore.kernel.org/r/20200630200636.48600-3-jsnitsel@redhat.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Makefile')
-rw-r--r-- | drivers/iommu/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iommu/Makefile b/drivers/iommu/Makefile index 71dd2f382e78..f356bc12b1c7 100644 --- a/drivers/iommu/Makefile +++ b/drivers/iommu/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -obj-y += intel/ +obj-y += amd/ intel/ obj-$(CONFIG_IOMMU_API) += iommu.o obj-$(CONFIG_IOMMU_API) += iommu-traces.o obj-$(CONFIG_IOMMU_API) += iommu-sysfs.o @@ -12,9 +12,6 @@ obj-$(CONFIG_IOASID) += ioasid.o obj-$(CONFIG_IOMMU_IOVA) += iova.o obj-$(CONFIG_OF_IOMMU) += of_iommu.o obj-$(CONFIG_MSM_IOMMU) += msm_iommu.o -obj-$(CONFIG_AMD_IOMMU) += amd/iommu.o amd/init.o amd/quirks.o -obj-$(CONFIG_AMD_IOMMU_DEBUGFS) += amd/debugfs.o -obj-$(CONFIG_AMD_IOMMU_V2) += amd/iommu_v2.o obj-$(CONFIG_ARM_SMMU) += arm_smmu.o arm_smmu-objs += arm-smmu.o arm-smmu-impl.o arm-smmu-qcom.o obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3.o |