xref: /linux/drivers/crypto/qce/Makefile (revision a6f37cee6e4f6fa9d61962efbcb06a032efed1ba)
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_CRYPTO_DEV_QCE) += qcrypto.o
3qcrypto-objs := core.o \
4		common.o \
5		dma.o \
6		sha.o \
7		ablkcipher.o
8