2019-08-20 16:06:13 +00:00
|
|
|
common-obj-y += rng.o rng-egd.o rng-builtin.o
|
2012-11-17 13:40:47 +00:00
|
|
|
common-obj-$(CONFIG_POSIX) += rng-random.o
|
2013-02-03 19:21:00 +00:00
|
|
|
|
2020-06-12 08:54:34 +00:00
|
|
|
common-obj-$(CONFIG_TPM) += tpm/
|
2014-06-06 15:54:29 +00:00
|
|
|
|
|
|
|
common-obj-y += hostmem.o hostmem-ram.o
|
2018-09-24 12:32:05 +00:00
|
|
|
common-obj-$(CONFIG_POSIX) += hostmem-file.o
|
2016-10-28 08:33:20 +00:00
|
|
|
|
|
|
|
common-obj-y += cryptodev.o
|
2016-10-28 08:33:23 +00:00
|
|
|
common-obj-y += cryptodev-builtin.o
|
2018-02-01 13:27:54 +00:00
|
|
|
|
2019-02-14 17:35:50 +00:00
|
|
|
ifeq ($(CONFIG_VIRTIO_CRYPTO),y)
|
2018-03-01 13:46:28 +00:00
|
|
|
common-obj-y += cryptodev-vhost.o
|
2019-02-14 17:35:50 +00:00
|
|
|
common-obj-$(CONFIG_VHOST_CRYPTO) += cryptodev-vhost-user.o
|
2018-03-01 13:46:28 +00:00
|
|
|
endif
|
|
|
|
|
2019-05-03 13:00:31 +00:00
|
|
|
common-obj-$(call land,$(CONFIG_VHOST_USER),$(CONFIG_VIRTIO)) += vhost-user.o
|
|
|
|
|
2018-02-01 13:27:54 +00:00
|
|
|
common-obj-$(CONFIG_LINUX) += hostmem-memfd.o
|
2019-12-16 07:48:53 +00:00
|
|
|
|
|
|
|
common-obj-$(CONFIG_GIO) += dbus-vmstate.o
|
|
|
|
dbus-vmstate.o-cflags = $(GIO_CFLAGS)
|
|
|
|
dbus-vmstate.o-libs = $(GIO_LIBS)
|