mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 18:54:10 +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
|