brintos

brintos / linux-shallow public Read only

0
0
Text · 221 B · bfa6cba Raw
8 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_CRYPTO_DEV_VIRTIO) += virtio_crypto.o3virtio_crypto-objs := \4	virtio_crypto_skcipher_algs.o \5	virtio_crypto_akcipher_algs.o \6	virtio_crypto_mgr.o \7	virtio_crypto_core.o8