Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3' into...
[qemu/ar7.git] / backends / Makefile.objs
blob981e8e122f2c7eab270091aa8c4613cd91c827b8
1 common-obj-y += rng.o rng-egd.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