mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +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
|