]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/sparc/crypto/Makefile
sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction.
[mirror_ubuntu-eoan-kernel.git] / arch / sparc / crypto / Makefile
CommitLineData
4ff28d4c
DM
1#
2# Arch-specific CryptoAPI modules.
3#
4
5obj-$(CONFIG_CRYPTO_SHA1_SPARC64) += sha1-sparc64.o
86c93b24 6obj-$(CONFIG_CRYPTO_SHA256_SPARC64) += sha256-sparc64.o
775e0c69 7obj-$(CONFIG_CRYPTO_SHA512_SPARC64) += sha512-sparc64.o
4ff28d4c
DM
8
9sha1-sparc64-y := sha1_asm.o sha1_glue.o
86c93b24 10sha256-sparc64-y := sha256_asm.o sha256_glue.o
775e0c69 11sha512-sparc64-y := sha512_asm.o sha512_glue.o