]> Pileus Git - ~andy/linux/blob - arch/sparc/crypto/Makefile
sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction.
[~andy/linux] / arch / sparc / crypto / Makefile
1 #
2 # Arch-specific CryptoAPI modules.
3 #
4
5 obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o
6 obj-$(CONFIG_CRYPTO_SHA256_SPARC64) += sha256-sparc64.o
7
8 sha1-sparc64-y := sha1_asm.o sha1_glue.o
9 sha256-sparc64-y := sha256_asm.o sha256_glue.o