summaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon/crypto/Makefile
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2015-03-08 22:07:46 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-03-24 15:15:43 +0100
commit041a80c5c0cd408311261dc31db31adf3de00905 (patch)
tree944a0e76d705c4b3609474088a917b10ebbf7e9c /arch/mips/cavium-octeon/crypto/Makefile
parent8ab368303caa9daa16b811963fcd693897a3a401 (diff)
downloadtalos-op-linux-041a80c5c0cd408311261dc31db31adf3de00905.tar.gz
talos-op-linux-041a80c5c0cd408311261dc31db31adf3de00905.zip
CRYPTO: Octeon: Add SHA512 module
Add OCTEON SHA512 module. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: David S. Miller <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/9496/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cavium-octeon/crypto/Makefile')
-rw-r--r--arch/mips/cavium-octeon/crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/crypto/Makefile b/arch/mips/cavium-octeon/crypto/Makefile
index 47806a5c5d71..f7aa9d5d3b87 100644
--- a/arch/mips/cavium-octeon/crypto/Makefile
+++ b/arch/mips/cavium-octeon/crypto/Makefile
@@ -7,3 +7,4 @@ obj-y += octeon-crypto.o
obj-$(CONFIG_CRYPTO_MD5_OCTEON) += octeon-md5.o
obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
obj-$(CONFIG_CRYPTO_SHA256_OCTEON) += octeon-sha256.o
+obj-$(CONFIG_CRYPTO_SHA512_OCTEON) += octeon-sha512.o
OpenPOWER on IntegriCloud