summaryrefslogtreecommitdiff
path: root/backends/Makefile.objs
blob: 67eeeba5fce5b6c7fdc8c07a7b510ffb43f5b846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
common-obj-y += rng.o rng-egd.o
common-obj-$(CONFIG_POSIX) += rng-random.o

common-obj-$(CONFIG_TPM) += tpm.o

common-obj-y += hostmem.o hostmem-ram.o
common-obj-$(CONFIG_LINUX) += hostmem-file.o

common-obj-y += cryptodev.o
common-obj-y += cryptodev-builtin.o

common-obj-$(CONFIG_LINUX) += hostmem-memfd.o