Merge branches 'for-4.8/alps', 'for-4.8/apple', 'for-4.8/i2c-hid', 'for-4.8/uhid...
[deliverable/linux.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
bf754ae8 9obj-$(CONFIG_CRYPTO_AES_S390) += aes_s390.o
1b278294 10obj-$(CONFIG_S390_PRNG) += prng.o
df1309ce 11obj-$(CONFIG_CRYPTO_GHASH_S390) += ghash_s390.o
This page took 0.697286 seconds and 5 git commands to generate.