From d0ee7a135fe499dd900bdca4d70efc2beaa6ef9c Mon Sep 17 00:00:00 2001 From: Gonglei Date: Fri, 28 Oct 2016 16:33:20 +0800 Subject: cryptodev: introduce cryptodev backend interface cryptodev backend interface is used to realize the active work for virtual crypto device. This patch only add the framework, doesn't include specific operations. Signed-off-by: Gonglei Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- backends/Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/Makefile.objs') diff --git a/backends/Makefile.objs b/backends/Makefile.objs index 31a3a89..55bd43d 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 -- cgit v1.1