mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 23:23:52 +08: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
|