]>
Commit | Line | Data |
---|---|---|
e75fce6c AL |
1 | common-obj-y += rng.o rng-egd.o |
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 | |
042cea27 GA |
12 | ifeq ($(CONFIG_VIRTIO),y) |
13 | common-obj-y += cryptodev-vhost.o | |
14 | common-obj-$(call land,$(CONFIG_VHOST_USER),$(CONFIG_LINUX)) += \ | |
15 | cryptodev-vhost-user.o | |
16 | endif | |
17 | ||
dbb9e0f4 | 18 | common-obj-$(CONFIG_LINUX) += hostmem-memfd.o |