]>
Commit | Line | Data |
---|---|---|
6c4e9d48 | 1 | common-obj-y += rng.o rng-egd.o rng-builtin.o |
e75fce6c | 2 | common-obj-$(CONFIG_POSIX) += rng-random.o |
159b6e9f | 3 | |
8f0605cc | 4 | common-obj-$(CONFIG_TPM) += tpm.o |
1f070489 IM |
5 | |
6 | common-obj-y += hostmem.o hostmem-ram.o | |
d5dbde46 | 7 | common-obj-$(CONFIG_POSIX) += hostmem-file.o |
d0ee7a13 GA |
8 | |
9 | common-obj-y += cryptodev.o | |
1653a5f3 | 10 | common-obj-y += cryptodev-builtin.o |
dbb9e0f4 | 11 | |
18658a3c | 12 | ifeq ($(CONFIG_VIRTIO_CRYPTO),y) |
042cea27 | 13 | common-obj-y += cryptodev-vhost.o |
18658a3c | 14 | common-obj-$(CONFIG_VHOST_CRYPTO) += cryptodev-vhost-user.o |
042cea27 GA |
15 | endif |
16 | ||
f24bb728 MAL |
17 | common-obj-$(call land,$(CONFIG_VHOST_USER),$(CONFIG_VIRTIO)) += vhost-user.o |
18 | ||
dbb9e0f4 | 19 | common-obj-$(CONFIG_LINUX) += hostmem-memfd.o |
5010cec2 MAL |
20 | |
21 | common-obj-$(CONFIG_GIO) += dbus-vmstate.o | |
22 | dbus-vmstate.o-cflags = $(GIO_CFLAGS) | |
23 | dbus-vmstate.o-libs = $(GIO_LIBS) |