sm501: Drop unneded variable
[qemu/ar7.git] / backends / Makefile.objs
blob22d204cb481049a7b11111f45b7e3bddfd427ea5
1 common-obj-y += rng.o rng-egd.o rng-builtin.o
2 common-obj-$(CONFIG_POSIX) += rng-random.o
4 common-obj-$(CONFIG_TPM) += tpm/
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
21 common-obj-$(CONFIG_GIO) += dbus-vmstate.o
22 dbus-vmstate.o-cflags = $(GIO_CFLAGS)
23 dbus-vmstate.o-libs = $(GIO_LIBS)