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