]> Git Repo - linux.git/blob - drivers/crypto/qce/Makefile
dt-bindings: net: dsa: make phylink bindings required for CPU/DSA ports
[linux.git] / drivers / crypto / qce / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_CRYPTO_DEV_QCE) += qcrypto.o
3 qcrypto-objs := core.o \
4                 common.o \
5                 dma.o
6
7 qcrypto-$(CONFIG_CRYPTO_DEV_QCE_SHA) += sha.o
8 qcrypto-$(CONFIG_CRYPTO_DEV_QCE_SKCIPHER) += skcipher.o
9 qcrypto-$(CONFIG_CRYPTO_DEV_QCE_AEAD) += aead.o
This page took 0.036138 seconds and 4 git commands to generate.