aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/crypto/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-08-21 06:58:13 -0400
committerDavid S. Miller <davem@davemloft.net>2012-08-22 17:29:33 -0400
commit9bf4852d3d195f771503d5be547ac940b0b3472a (patch)
tree63508c354ec0f085afd253c204f320af7c53c451 /arch/sparc/crypto/Makefile
parentfa4dfedcc23a589f953750de54eebf986336fa70 (diff)
sparc64: Add AES driver making use of the new aes opcodes.
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/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc/crypto/Makefile b/arch/sparc/crypto/Makefile
index 535669828d47..5034324fdd46 100644
--- a/arch/sparc/crypto/Makefile
+++ b/arch/sparc/crypto/Makefile
@@ -7,7 +7,11 @@ obj-$(CONFIG_CRYPTO_SHA256_SPARC64) += sha256-sparc64.o
7obj-$(CONFIG_CRYPTO_SHA512_SPARC64) += sha512-sparc64.o 7obj-$(CONFIG_CRYPTO_SHA512_SPARC64) += sha512-sparc64.o
8obj-$(CONFIG_CRYPTO_MD5_SPARC64) += md5-sparc64.o 8obj-$(CONFIG_CRYPTO_MD5_SPARC64) += md5-sparc64.o
9 9
10obj-$(CONFIG_CRYPTO_AES_SPARC64) += aes-sparc64.o
11
10sha1-sparc64-y := sha1_asm.o sha1_glue.o 12sha1-sparc64-y := sha1_asm.o sha1_glue.o
11sha256-sparc64-y := sha256_asm.o sha256_glue.o 13sha256-sparc64-y := sha256_asm.o sha256_glue.o
12sha512-sparc64-y := sha512_asm.o sha512_glue.o 14sha512-sparc64-y := sha512_asm.o sha512_glue.o
13md5-sparc64-y := md5_asm.o md5_glue.o 15md5-sparc64-y := md5_asm.o md5_glue.o
16
17aes-sparc64-y := aes_asm.o aes_glue.o