xref: /linux/arch/powerpc/crypto/Makefile (revision 323a6bf1d6f4ec7907d9d8aacb4ae9590f755dda)
1*323a6bf1SMichael Ellerman#
2*323a6bf1SMichael Ellerman# powerpc/crypto/Makefile
3*323a6bf1SMichael Ellerman#
4*323a6bf1SMichael Ellerman# Arch-specific CryptoAPI modules.
5*323a6bf1SMichael Ellerman#
6*323a6bf1SMichael Ellerman
7*323a6bf1SMichael Ellermanobj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
8*323a6bf1SMichael Ellerman
9*323a6bf1SMichael Ellermansha1-powerpc-y := sha1-powerpc-asm.o sha1.o
10