]> git.proxmox.com Git - mirror_qemu.git/blame_incremental - backends/Makefile.objs
numa: deprecate implict memory distribution between nodes
[mirror_qemu.git] / backends / Makefile.objs
... / ...
CommitLineData
1common-obj-y += rng.o rng-egd.o
2common-obj-$(CONFIG_POSIX) += rng-random.o
3
4common-obj-$(CONFIG_TPM) += tpm.o
5
6common-obj-y += hostmem.o hostmem-ram.o
7common-obj-$(CONFIG_POSIX) += hostmem-file.o
8
9common-obj-y += cryptodev.o
10common-obj-y += cryptodev-builtin.o
11
12ifeq ($(CONFIG_VIRTIO_CRYPTO),y)
13common-obj-y += cryptodev-vhost.o
14common-obj-$(CONFIG_VHOST_CRYPTO) += cryptodev-vhost-user.o
15endif
16
17common-obj-$(call land,$(CONFIG_VHOST_USER),$(CONFIG_VIRTIO)) += vhost-user.o
18
19common-obj-$(CONFIG_LINUX) += hostmem-memfd.o