mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 02:37:15 +07: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
|