diff options
Diffstat (limited to 'backends/Makefile.objs')
-rw-r--r-- | backends/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/Makefile.objs b/backends/Makefile.objs index 31a3a894f5..55bd43d111 100644 --- a/backends/Makefile.objs +++ b/backends/Makefile.objs @@ -9,3 +9,5 @@ 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 |