]> git.proxmox.com Git - mirror_qemu.git/blame - backends/Makefile.objs
i386: make 'hv-spinlocks' a regular uint32 property
[mirror_qemu.git] / backends / Makefile.objs
CommitLineData
e75fce6c
AL
1common-obj-y += rng.o rng-egd.o
2common-obj-$(CONFIG_POSIX) += rng-random.o
159b6e9f 3
8f0605cc 4common-obj-$(CONFIG_TPM) += tpm.o
1f070489
IM
5
6common-obj-y += hostmem.o hostmem-ram.o
d5dbde46 7common-obj-$(CONFIG_POSIX) += hostmem-file.o
d0ee7a13
GA
8
9common-obj-y += cryptodev.o
1653a5f3 10common-obj-y += cryptodev-builtin.o
dbb9e0f4 11
18658a3c 12ifeq ($(CONFIG_VIRTIO_CRYPTO),y)
042cea27 13common-obj-y += cryptodev-vhost.o
18658a3c 14common-obj-$(CONFIG_VHOST_CRYPTO) += cryptodev-vhost-user.o
042cea27
GA
15endif
16
f24bb728
MAL
17common-obj-$(call land,$(CONFIG_VHOST_USER),$(CONFIG_VIRTIO)) += vhost-user.o
18
dbb9e0f4 19common-obj-$(CONFIG_LINUX) += hostmem-memfd.o