10 lines
161 B
Makefile
10 lines
161 B
Makefile
#
|
|
# powerpc/crypto/Makefile
|
|
#
|
|
# Arch-specific CryptoAPI modules.
|
|
#
|
|
|
|
obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
|
|
|
|
sha1-powerpc-y := sha1-powerpc-asm.o sha1.o
|