aboutsummaryrefslogtreecommitdiff
path: root/backends/Makefile.objs
blob: 0400799efdc8dfd36e82745860e3daab5f08f056 (plain)
1
2
3
4
5
6
7
8
9
10
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