xref: /linux/arch/powerpc/crypto/Makefile (revision e8e5995372ac3fc63995915dcb351f38a3560018)
1323a6bf1SMichael Ellerman#
2323a6bf1SMichael Ellerman# powerpc/crypto/Makefile
3323a6bf1SMichael Ellerman#
4323a6bf1SMichael Ellerman# Arch-specific CryptoAPI modules.
5323a6bf1SMichael Ellerman#
6323a6bf1SMichael Ellerman
7504c6143SMarkus Stockhausenobj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o
8*e8e59953SMarkus Stockhausenobj-$(CONFIG_CRYPTO_MD5_PPC) += md5-ppc.o
9323a6bf1SMichael Ellermanobj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
10d9850fc5SMarkus Stockhausenobj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
112ecc1e95SMarkus Stockhausenobj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
12323a6bf1SMichael Ellerman
13504c6143SMarkus Stockhausenaes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes_spe_glue.o
14*e8e59953SMarkus Stockhausenmd5-ppc-y := md5-asm.o md5_glue.o
15323a6bf1SMichael Ellermansha1-powerpc-y := sha1-powerpc-asm.o sha1.o
16d9850fc5SMarkus Stockhausensha1-ppc-spe-y := sha1-spe-asm.o sha1_spe_glue.o
172ecc1e95SMarkus Stockhausensha256-ppc-spe-y := sha256-spe-asm.o sha256_spe_glue.o
18