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