xref: /linux/drivers/crypto/qce/Makefile (revision 4012a6f2fa562b4b2884ea96db263caa4c6057a8)
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		skcipher.o
8