repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
crypto
/
qce
/
Makefile
blob
14ade8a7d6644bf6b5ceacd1fd41471f69c30943
1
# SPDX-License-Identifier: GPL-2.0
2
obj-
$(
CONFIG_CRYPTO_DEV_QCE
) +=
qcrypto.o
3
qcrypto-objs
:=
core.o \
4
common.o \
5
dma.o
6
7
qcrypto-
$(
CONFIG_CRYPTO_DEV_QCE_SHA
) +=
sha.o
8
qcrypto-
$(
CONFIG_CRYPTO_DEV_QCE_SKCIPHER
) +=
skcipher.o