kernel
This commit is contained in:
parent
b59f84ee36
commit
cfab1d3ce7
83468 changed files with 37938688 additions and 0 deletions
9
linux-6.8.1/drivers/crypto/qce/Makefile
Normal file
9
linux-6.8.1/drivers/crypto/qce/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
obj-$(CONFIG_CRYPTO_DEV_QCE) += qcrypto.o
|
||||
qcrypto-objs := core.o \
|
||||
common.o \
|
||||
dma.o
|
||||
|
||||
qcrypto-$(CONFIG_CRYPTO_DEV_QCE_SHA) += sha.o
|
||||
qcrypto-$(CONFIG_CRYPTO_DEV_QCE_SKCIPHER) += skcipher.o
|
||||
qcrypto-$(CONFIG_CRYPTO_DEV_QCE_AEAD) += aead.o
|
Loading…
Add table
Add a link
Reference in a new issue