]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/s390/crypto/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[mirror_ubuntu-artful-kernel.git] / arch / s390 / crypto / Makefile
CommitLineData
1da177e4
LT
1#
2# Cryptographic API
3#
4
604973f1
JG
5obj-$(CONFIG_CRYPTO_SHA1_S390) += sha1_s390.o sha_common.o
6obj-$(CONFIG_CRYPTO_SHA256_S390) += sha256_s390.o sha_common.o
291dc7c0 7obj-$(CONFIG_CRYPTO_SHA512_S390) += sha512_s390.o sha_common.o
1efbd15c 8obj-$(CONFIG_CRYPTO_DES_S390) += des_s390.o
c4684f98
HF
9obj-$(CONFIG_CRYPTO_AES_S390) += aes_s390.o
10obj-$(CONFIG_CRYPTO_PAES_S390) += paes_s390.o
1b278294 11obj-$(CONFIG_S390_PRNG) += prng.o
df1309ce 12obj-$(CONFIG_CRYPTO_GHASH_S390) += ghash_s390.o
f848dbd3 13obj-$(CONFIG_CRYPTO_CRC32_S390) += crc32-vx_s390.o
4c637cd8 14obj-$(CONFIG_ARCH_RANDOM) += arch_random.o
f848dbd3
HB
15
16crc32-vx_s390-y := crc32-vx.o crc32le-vx.o crc32be-vx.o