Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[platform/kernel/linux-starfive.git] / drivers / iommu / iommufd / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 iommufd-y := \
3         device.o \
4         hw_pagetable.o \
5         io_pagetable.o \
6         ioas.o \
7         main.o \
8         pages.o \
9         vfio_compat.o
10
11 iommufd-$(CONFIG_IOMMUFD_TEST) += selftest.o
12
13 obj-$(CONFIG_IOMMUFD) += iommufd.o