1653a5f3fc
The new cryptodev backend named cryptodev-builtin, which realized by QEMU cipher APIs. These APIs can be backed by either nettle or gcrypt. Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
15 lines
367 B
Makefile
15 lines
367 B
Makefile
common-obj-y += rng.o rng-egd.o
|
|
common-obj-$(CONFIG_POSIX) += rng-random.o
|
|
|
|
common-obj-y += msmouse.o testdev.o
|
|
common-obj-$(CONFIG_BRLAPI) += baum.o
|
|
baum.o-cflags := $(SDL_CFLAGS)
|
|
|
|
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
|