blob: 578f845a7e01ee62a3360f0c75b3237f94393f9b [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. Miller4ff28d42012-08-19 15:41:53 -07007
8sha1-sparc64-y := sha1_asm.o sha1_glue.o
David S. Miller86c93b22012-08-19 17:11:37 -07009sha256-sparc64-y := sha256_asm.o sha256_glue.o