summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/fsl/Makefile
diff options
context:
space:
mode:
authorRuchika Gupta <ruchika.gupta@freescale.com>2014-10-15 11:35:30 +0530
committerYork Sun <yorksun@freescale.com>2014-10-16 14:17:07 -0700
commitb9eebfade974c86c8ddef64793649374c9876242 (patch)
treef3ed778c53a050b715b70845f16e0c8c4b017932 /drivers/crypto/fsl/Makefile
parent028dbb8db1d18c5835ab34659f9ef7a516571524 (diff)
downloadblackbird-obmc-uboot-b9eebfade974c86c8ddef64793649374c9876242.tar.gz
blackbird-obmc-uboot-b9eebfade974c86c8ddef64793649374c9876242.zip
fsl_sec: Add hardware accelerated SHA256 and SHA1
SHA-256 and SHA-1 accelerated using SEC hardware in Freescale SoC's The driver for SEC (CAAM) IP is based on linux drivers/crypto/caam. The platforms needto add the MACRO CONFIG_FSL_CAAM inorder to enable initialization of this hardware IP. Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'drivers/crypto/fsl/Makefile')
-rw-r--r--drivers/crypto/fsl/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/crypto/fsl/Makefile b/drivers/crypto/fsl/Makefile
new file mode 100644
index 0000000000..59d96519e7
--- /dev/null
+++ b/drivers/crypto/fsl/Makefile
@@ -0,0 +1,9 @@
+#
+# Copyright 2014 Freescale Semiconductor, Inc.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# Version 2 as published by the Free Software Foundation.
+#
+
+obj-$(CONFIG_FSL_CAAM) += jr.o fsl_hash.o jobdesc.o error.o
OpenPOWER on IntegriCloud