]> git.proxmox.com Git - mirror_qemu.git/blobdiff - backends/Makefile.objs
Revert "migration: move only_migratable to MigrationState"
[mirror_qemu.git] / backends / Makefile.objs
index 67eeeba5fce5b6c7fdc8c07a7b510ffb43f5b846..ff619d31b461b4f5d506882a009524ebdd860e1c 100644 (file)
@@ -4,9 +4,14 @@ common-obj-$(CONFIG_POSIX) += rng-random.o
 common-obj-$(CONFIG_TPM) += tpm.o
 
 common-obj-y += hostmem.o hostmem-ram.o
-common-obj-$(CONFIG_LINUX) += hostmem-file.o
+common-obj-$(CONFIG_POSIX) += hostmem-file.o
 
 common-obj-y += cryptodev.o
 common-obj-y += cryptodev-builtin.o
 
+ifeq ($(CONFIG_VIRTIO_CRYPTO),y)
+common-obj-y += cryptodev-vhost.o
+common-obj-$(CONFIG_VHOST_CRYPTO) += cryptodev-vhost-user.o
+endif
+
 common-obj-$(CONFIG_LINUX) += hostmem-memfd.o