xref: /linux/drivers/crypto/qce/Makefile (revision b52b88ce5bd68e9f6ce4f01d2306e61ce34fc5a0)
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