aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/crypto/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-08-19 17:11:37 -0700
committerDavid S. Miller <davem@davemloft.net>2012-08-20 15:08:49 -0700
commit86c93b24ef49d64062045c4e3cc2ed4609f6842a (patch)
tree10e278a2efa93a1a2cb24ec36c01942722d65116 /arch/sparc/crypto/Makefile
parentsparc64: Add SHA1 driver making use of the 'sha1' instruction. (diff)
downloadlinux-dev-86c93b24ef49d64062045c4e3cc2ed4609f6842a.tar.xz
linux-dev-86c93b24ef49d64062045c4e3cc2ed4609f6842a.zip
sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction.
Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/sparc/crypto/Makefile')
-rw-r--r--arch/sparc/crypto/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/crypto/Makefile b/arch/sparc/crypto/Makefile
index 9760472fe32b..578f845a7e01 100644
--- a/arch/sparc/crypto/Makefile
+++ b/arch/sparc/crypto/Makefile
@@ -3,5 +3,7 @@
#
obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o
+obj-$(CONFIG_CRYPTO_SHA256_SPARC64) += sha256-sparc64.o
sha1-sparc64-y := sha1_asm.o sha1_glue.o
+sha256-sparc64-y := sha256_asm.o sha256_glue.o