crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requests
[deliverable/linux.git] / drivers / crypto / caam / Makefile
CommitLineData
8e8ec596
KP
1#
2# Makefile for the CAAM backend and dependent components
3#
d4d8edf8
AP
4ifeq ($(CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG), y)
5 EXTRA_CFLAGS := -DDEBUG
6endif
8e8ec596
KP
7
8obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o
313ea293 9obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_JR) += caam_jr.o
8e8ec596 10obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API) += caamalg.o
045e3678 11obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API) += caamhash.o
e24f7c9e 12obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API) += caamrng.o
8e8ec596 13
313ea293
RG
14caam-objs := ctrl.o
15caam_jr-objs := jr.o key_gen.o error.o
This page took 0.244565 seconds and 5 git commands to generate.