mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 15:13:52 +00:00
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
|