mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00: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
|