blob: 5034324fdd4691ed9097dedcb2e6088ba5185513 [file] [log] [blame]
David S. Miller4ff28d42012-08-19 15:41:53 -07001#
2# Arch-specific CryptoAPI modules.
3#
4
5obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o
David S. Miller86c93b22012-08-19 17:11:37 -07006obj-$(CONFIG_CRYPTO_SHA256_SPARC64) += sha256-sparc64.o
David S. Miller775e0c62012-08-19 17:37:56 -07007obj-$(CONFIG_CRYPTO_SHA512_SPARC64) += sha512-sparc64.o
David S. Millerfa4dfed2012-08-19 21:51:26 -07008obj-$(CONFIG_CRYPTO_MD5_SPARC64) += md5-sparc64.o
David S. Miller4ff28d42012-08-19 15:41:53 -07009
David S. Miller9bf4852d2012-08-21 03:58:13 -070010obj-$(CONFIG_CRYPTO_AES_SPARC64) += aes-sparc64.o
11
David S. Miller4ff28d42012-08-19 15:41:53 -070012sha1-sparc64-y := sha1_asm.o sha1_glue.o
David S. Miller86c93b22012-08-19 17:11:37 -070013sha256-sparc64-y := sha256_asm.o sha256_glue.o
David S. Miller775e0c62012-08-19 17:37:56 -070014sha512-sparc64-y := sha512_asm.o sha512_glue.o
David S. Millerfa4dfed2012-08-19 21:51:26 -070015md5-sparc64-y := md5_asm.o md5_glue.o
David S. Miller9bf4852d2012-08-21 03:58:13 -070016
17aes-sparc64-y := aes_asm.o aes_glue.o