diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2015-03-08 22:07:45 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-03-24 15:15:41 +0100 |
commit | 8ab368303caa9daa16b811963fcd693897a3a401 (patch) | |
tree | 9d5046697f70ceebd1edcc6477ef01ad9c17599f /arch/mips/cavium-octeon/crypto/Makefile | |
parent | 63bb06ee82aacf923dc59c72aff021c232897e62 (diff) | |
download | talos-op-linux-8ab368303caa9daa16b811963fcd693897a3a401.tar.gz talos-op-linux-8ab368303caa9daa16b811963fcd693897a3a401.zip |
CRYPTO: Octeon: Add SHA256 module
Add OCTEON SHA256 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/9493/
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/crypto/Makefile b/arch/mips/cavium-octeon/crypto/Makefile index 3f671d60a3d9..47806a5c5d71 100644 --- a/arch/mips/cavium-octeon/crypto/Makefile +++ b/arch/mips/cavium-octeon/crypto/Makefile @@ -6,3 +6,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 |