]> Git Repo - linux.git/blob - drivers/crypto/qce/Makefile
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
[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
This page took 0.034345 seconds and 4 git commands to generate.