xref: /OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu-v3/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyunobj-$(CONFIG_ARM_SMMU_V3) += arm_smmu_v3.o
3*4882a593Smuzhiyunarm_smmu_v3-objs-y += arm-smmu-v3.o
4*4882a593Smuzhiyunarm_smmu_v3-objs-$(CONFIG_ARM_SMMU_V3_SVA) += arm-smmu-v3-sva.o
5*4882a593Smuzhiyunarm_smmu_v3-objs := $(arm_smmu_v3-objs-y)
6