aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/crypto/Makefile
diff options
context:
space:
mode:
authorGravatar David S. Miller <davem@davemloft.net> 2012-08-19 15:41:53 -0700
committerGravatar David S. Miller <davem@davemloft.net> 2012-08-20 15:08:49 -0700
commit4ff28d4ca93b182b8e181b1e1b1d03fd09fdaeb4 (patch)
tree8835512dee7ae0e845b8ee2c1f42894b2d5f9a79 /arch/sparc/crypto/Makefile
parentsparc64: Update generic comments in perf event code to match reality. (diff)
downloadlinux-4ff28d4ca93b182b8e181b1e1b1d03fd09fdaeb4.tar.gz
linux-4ff28d4ca93b182b8e181b1e1b1d03fd09fdaeb4.tar.bz2
linux-4ff28d4ca93b182b8e181b1e1b1d03fd09fdaeb4.zip
sparc64: Add SHA1 driver making use of the 'sha1' 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/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sparc/crypto/Makefile b/arch/sparc/crypto/Makefile
new file mode 100644
index 000000000000..9760472fe32b
--- /dev/null
+++ b/arch/sparc/crypto/Makefile
@@ -0,0 +1,7 @@
+#
+# Arch-specific CryptoAPI modules.
+#
+
+obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o
+
+sha1-sparc64-y := sha1_asm.o sha1_glue.o