diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2015-03-08 22:07:44 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-03-10 20:48:58 +1100 |
commit | 82be2dcfa6a1eebe0fc608296547ec80b55d512d (patch) | |
tree | 0a2afe819bbb8b645eb342e9eb18e8d37640ba3e /arch/mips/cavium-octeon/crypto/Makefile | |
parent | da3cd5d7a7031a4a9e0b3f84732620c9db8bc65a (diff) | |
download | op-kernel-dev-82be2dcfa6a1eebe0fc608296547ec80b55d512d.zip op-kernel-dev-82be2dcfa6a1eebe0fc608296547ec80b55d512d.tar.gz |
crypto: octeon - add SHA1 module
Add OCTEON SHA1 module.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/mips/cavium-octeon/crypto/Makefile')
-rw-r--r-- | arch/mips/cavium-octeon/crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/crypto/Makefile b/arch/mips/cavium-octeon/crypto/Makefile index a74f76d..3f671d6 100644 --- a/arch/mips/cavium-octeon/crypto/Makefile +++ b/arch/mips/cavium-octeon/crypto/Makefile @@ -4,4 +4,5 @@ obj-y += octeon-crypto.o -obj-$(CONFIG_CRYPTO_MD5_OCTEON) += octeon-md5.o +obj-$(CONFIG_CRYPTO_MD5_OCTEON) += octeon-md5.o +obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o |