Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
17faa44e9cc8d09a28add2a8a0371fcf84b51efd
/
.
/
src
/
kernel
/
linux
/
v4.19
/
drivers
/
crypto
/
virtio
/
Makefile
blob: cbfccccfa135d63367739c621686ceb2958ddb83 [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
# SPDX-License-Identifier: GPL-2.0
2
obj
-
$
(
CONFIG_CRYPTO_DEV_VIRTIO
)
+=
virtio_crypto
.
o
3
virtio_crypto
-
objs
:=
\
4
virtio_crypto_algs
.
o \
5
virtio_crypto_mgr
.
o \
6
virtio_crypto_core
.
o