block/nvme: add support for write zeros
[qemu/ar7.git] / backends / Makefile.objs
blobf0691116e86e2aed498094c59616921ee25902bf
1 common-obj-y += rng.o rng-egd.o rng-builtin.o
2 common-obj-$(CONFIG_POSIX) += rng-random.o
4 common-obj-$(CONFIG_TPM) += tpm.o
6 common-obj-y += hostmem.o hostmem-ram.o
7 common-obj-$(CONFIG_POSIX) += hostmem-file.o
9 common-obj-y += cryptodev.o
10 common-obj-y += cryptodev-builtin.o
12 ifeq ($(CONFIG_VIRTIO_CRYPTO),y)
13 common-obj-y += cryptodev-vhost.o
14 common-obj-$(CONFIG_VHOST_CRYPTO) += cryptodev-vhost-user.o
15 endif
17 common-obj-$(call land,$(CONFIG_VHOST_USER),$(CONFIG_VIRTIO)) += vhost-user.o
19 common-obj-$(CONFIG_LINUX) += hostmem-memfd.o