]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/powerpc/crypto/Makefile
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / arch / powerpc / crypto / Makefile
1 #
2 # powerpc/crypto/Makefile
3 #
4 # Arch-specific CryptoAPI modules.
5 #
6
7 obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o
8 obj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o
9 obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
10 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
11 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
12 obj-$(CONFIG_CRYPT_CRC32C_VPMSUM) += crc32c-vpmsum.o
13
14 aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes-spe-glue.o
15 md5-ppc-y := md5-asm.o md5-glue.o
16 sha1-powerpc-y := sha1-powerpc-asm.o sha1.o
17 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o
18 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
19 crc32c-vpmsum-y := crc32c-vpmsum_asm.o crc32c-vpmsum_glue.o