X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=backends%2Fmeson.build;fp=backends%2Fmeson.build;h=9a5cea480d172d50a641e4d9179093e8155f2db1;hb=6e6d8ac62b5b38dc9d4b69ffdf073f0a0b43b7be;hp=914c7c4afb905cfe710ad23dd1ee42907f6d1679;hpb=dbb9d0c9691d145338686d3e0920da047f2ab3da;p=mirror_qemu.git diff --git a/backends/meson.build b/backends/meson.build index 914c7c4afb..9a5cea480d 100644 --- a/backends/meson.build +++ b/backends/meson.build @@ -20,6 +20,7 @@ if have_vhost_user system_ss.add(when: 'CONFIG_VIRTIO', if_true: files('vhost-user.c')) endif system_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost.c')) +system_ss.add(when: 'CONFIG_IOMMUFD', if_true: files('iommufd.c')) if have_vhost_user_crypto system_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost-user.c')) endif