aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/crypto/fsl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/crypto/fsl/Makefile')
-rw-r--r--roms/u-boot/drivers/crypto/fsl/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/crypto/fsl/Makefile b/roms/u-boot/drivers/crypto/fsl/Makefile
new file mode 100644
index 000000000..f9c3ccecf
--- /dev/null
+++ b/roms/u-boot/drivers/crypto/fsl/Makefile
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright 2014 Freescale Semiconductor, Inc.
+
+obj-y += sec.o
+obj-$(CONFIG_FSL_CAAM) += jr.o fsl_hash.o jobdesc.o error.o
+obj-$(CONFIG_CMD_BLOB)$(CONFIG_IMX_CAAM_DEK_ENCAP) += fsl_blob.o
+obj-$(CONFIG_RSA_FREESCALE_EXP) += fsl_rsa.o
+obj-$(CONFIG_FSL_CAAM_RNG) += rng.o
+obj-$(CONFIG_FSL_MFGPROT) += fsl_mfgprot.o