Makefile 327 B

123456
  1. # SPDX-License-Identifier: GPL-2.0
  2. obj-$(CONFIG_QCOM_IOMMU) += qcom_iommu.o
  3. obj-$(CONFIG_ARM_SMMU) += arm_smmu.o
  4. arm_smmu-objs += arm-smmu.o arm-smmu-impl.o arm-smmu-nvidia.o
  5. arm_smmu-$(CONFIG_ARM_SMMU_QCOM) += arm-smmu-qcom.o arm-smmu-qcom-pm.o arm-smmu-debug.o
  6. arm_smmu-$(CONFIG_ARM_SMMU_QCOM_DEBUG) += arm-smmu-qcom-debug.o