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