We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c13a1 commit e436576Copy full SHA for e436576
drivers/iommu/arm/Makefile
@@ -1,2 +1,3 @@
1
# SPDX-License-Identifier: GPL-2.0
2
-obj-y += arm-smmu/ arm-smmu-v3/
+obj-y += arm-smmu/
3
+obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3/
drivers/iommu/arm/arm-smmu-v3/Makefile
@@ -1,5 +1,5 @@
-obj-$(CONFIG_ARM_SMMU_V3) += arm_smmu_v3.o
+obj-y += arm_smmu_v3.o
arm_smmu_v3-y := arm-smmu-v3.o
4
arm_smmu_v3-$(CONFIG_ARM_SMMU_V3_IOMMUFD) += arm-smmu-v3-iommufd.o
5
arm_smmu_v3-$(CONFIG_ARM_SMMU_V3_SVA) += arm-smmu-v3-sva.o
0 commit comments