diff options
Diffstat (limited to 'drivers/vfio/Makefile')
| -rw-r--r-- | drivers/vfio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/vfio/Makefile b/drivers/vfio/Makefile new file mode 100644 index 00000000000..72bfabc8629 --- /dev/null +++ b/drivers/vfio/Makefile @@ -0,0 +1,4 @@ +obj-$(CONFIG_VFIO) += vfio.o +obj-$(CONFIG_VFIO_IOMMU_TYPE1) += vfio_iommu_type1.o +obj-$(CONFIG_VFIO_IOMMU_SPAPR_TCE) += vfio_iommu_spapr_tce.o +obj-$(CONFIG_VFIO_PCI) += pci/ |
