mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Add OCTEON SHA1 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/9495/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
164 B
Makefile
9 lines
164 B
Makefile
#
|
|
# OCTEON-specific crypto modules.
|
|
#
|
|
|
|
obj-y += octeon-crypto.o
|
|
|
|
obj-$(CONFIG_CRYPTO_MD5_OCTEON) += octeon-md5.o
|
|
obj-$(CONFIG_CRYPTO_SHA1_OCTEON) += octeon-sha1.o
|