]> git.proxmox.com Git - mirror_qemu.git/blame - backends/Makefile.objs
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into staging
[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
52330e1a 7common-obj-$(CONFIG_LINUX) += hostmem-file.o
d0ee7a13
GA
8
9common-obj-y += cryptodev.o
1653a5f3 10common-obj-y += cryptodev-builtin.o
dbb9e0f4 11
042cea27
GA
12ifeq ($(CONFIG_VIRTIO),y)
13common-obj-y += cryptodev-vhost.o
14common-obj-$(call land,$(CONFIG_VHOST_USER),$(CONFIG_LINUX)) += \
15 cryptodev-vhost-user.o
16endif
17
dbb9e0f4 18common-obj-$(CONFIG_LINUX) += hostmem-memfd.o