diff options
author | David S. Miller <davem@davemloft.net> | 2012-08-20 04:11:37 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-21 02:08:49 +0400 |
commit | 86c93b24ef49d64062045c4e3cc2ed4609f6842a (patch) | |
tree | 10e278a2efa93a1a2cb24ec36c01942722d65116 /arch/sparc/crypto/Makefile | |
parent | 4ff28d4ca93b182b8e181b1e1b1d03fd09fdaeb4 (diff) | |
download | linux-86c93b24ef49d64062045c4e3cc2ed4609f6842a.tar.xz |
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/Makefile | 2 |
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 |