]> git.ipfire.org Git - thirdparty/qemu.git/blame - backends/Makefile.objs
linux-user, mips: add syscall table generation support
[thirdparty/qemu.git] / backends / Makefile.objs
CommitLineData
6c4e9d48 1common-obj-y += rng.o rng-egd.o rng-builtin.o
e75fce6c 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
5010cec2
MAL
20
21common-obj-$(CONFIG_GIO) += dbus-vmstate.o
22dbus-vmstate.o-cflags = $(GIO_CFLAGS)
23dbus-vmstate.o-libs = $(GIO_LIBS)