162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciobj-$(CONFIG_VFIO) += vfio.o 362306a36Sopenharmony_ci 462306a36Sopenharmony_civfio-y += vfio_main.o \ 562306a36Sopenharmony_ci iova_bitmap.o 662306a36Sopenharmony_civfio-$(CONFIG_VFIO_DEVICE_CDEV) += device_cdev.o 762306a36Sopenharmony_civfio-$(CONFIG_VFIO_GROUP) += group.o 862306a36Sopenharmony_civfio-$(CONFIG_IOMMUFD) += iommufd.o 962306a36Sopenharmony_civfio-$(CONFIG_VFIO_CONTAINER) += container.o 1062306a36Sopenharmony_civfio-$(CONFIG_VFIO_VIRQFD) += virqfd.o 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciobj-$(CONFIG_VFIO_IOMMU_TYPE1) += vfio_iommu_type1.o 1362306a36Sopenharmony_ciobj-$(CONFIG_VFIO_IOMMU_SPAPR_TCE) += vfio_iommu_spapr_tce.o 1462306a36Sopenharmony_ciobj-$(CONFIG_VFIO_PCI_CORE) += pci/ 1562306a36Sopenharmony_ciobj-$(CONFIG_VFIO_PLATFORM_BASE) += platform/ 1662306a36Sopenharmony_ciobj-$(CONFIG_VFIO_MDEV) += mdev/ 1762306a36Sopenharmony_ciobj-$(CONFIG_VFIO_FSL_MC) += fsl-mc/ 1862306a36Sopenharmony_ciobj-$(CONFIG_VFIO_CDX) += cdx/ 19