mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-24 14:54:49 +08:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
|
obj-$(CONFIG_CRYPTO_DEV_QCE) += qcrypto.o
|
||
|
qcrypto-objs := core.o \
|
||
|
common.o \
|
||
|
dma.o \
|
||
|
sha.o \
|
||
|
ablkcipher.o
|