mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 15:20:37 +07:00
1953c22f53
Add OCTEON MD5 module. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
8 lines
113 B
Makefile
8 lines
113 B
Makefile
#
|
|
# OCTEON-specific crypto modules.
|
|
#
|
|
|
|
obj-y += octeon-crypto.o
|
|
|
|
obj-$(CONFIG_CRYPTO_MD5_OCTEON) += octeon-md5.o
|