Anthony Liguori | e75fce6 | 2012-11-17 07:40:47 -0600 | [diff] [blame] | 1 | common-obj-y += rng.o rng-egd.o |
| 2 | common-obj-$(CONFIG_POSIX) += rng-random.o |
Paolo Bonzini | 159b6e9 | 2013-02-03 20:21:00 +0100 | [diff] [blame] | 3 | |
Stefan Berger | 8f0605c | 2013-03-28 07:26:21 -0400 | [diff] [blame] | 4 | common-obj-$(CONFIG_TPM) += tpm.o |
Igor Mammedov | 1f07048 | 2014-06-06 17:54:29 +0200 | [diff] [blame] | 5 | |
| 6 | common-obj-y += hostmem.o hostmem-ram.o |
Hikaru Nishida | d5dbde4 | 2018-09-24 21:32:05 +0900 | [diff] [blame] | 7 | common-obj-$(CONFIG_POSIX) += hostmem-file.o |
Gonglei | d0ee7a1 | 2016-10-28 16:33:20 +0800 | [diff] [blame] | 8 | |
| 9 | common-obj-y += cryptodev.o |
Gonglei | 1653a5f | 2016-10-28 16:33:23 +0800 | [diff] [blame] | 10 | common-obj-y += cryptodev-builtin.o |
Marc-André Lureau | dbb9e0f | 2018-02-01 14:27:54 +0100 | [diff] [blame] | 11 | |
Paolo Bonzini | 18658a3 | 2019-02-14 18:35:50 +0100 | [diff] [blame] | 12 | ifeq ($(CONFIG_VIRTIO_CRYPTO),y) |
Gonglei | 042cea2 | 2018-03-01 21:46:28 +0800 | [diff] [blame] | 13 | common-obj-y += cryptodev-vhost.o |
Paolo Bonzini | 18658a3 | 2019-02-14 18:35:50 +0100 | [diff] [blame] | 14 | common-obj-$(CONFIG_VHOST_CRYPTO) += cryptodev-vhost-user.o |
Gonglei | 042cea2 | 2018-03-01 21:46:28 +0800 | [diff] [blame] | 15 | endif |
| 16 | |
Marc-André Lureau | dbb9e0f | 2018-02-01 14:27:54 +0100 | [diff] [blame] | 17 | common-obj-$(CONFIG_LINUX) += hostmem-memfd.o |