Makefile (4c1ec1f9301549db229bc6dce916f8a99d1f82d6) Makefile (045e36780f11523e26d1e4a8c78bdc57f4003bd0)
1#
2# Makefile for the CAAM backend and dependent components
3#
4
5obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o
6obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API) += caamalg.o
1#
2# Makefile for the CAAM backend and dependent components
3#
4
5obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o
6obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API) += caamalg.o
7obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API) += caamhash.o
7
8caam-objs := ctrl.o jr.o error.o key_gen.o
8
9caam-objs := ctrl.o jr.o error.o key_gen.o