mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 22:53:20 +00:00
2ecc1e95ec
Integrate the module into the kernel config tree. Signed-off-by: Markus Stockhausen <stockhausen@collogia.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
12 lines
272 B
Makefile
12 lines
272 B
Makefile
#
|
|
# powerpc/crypto/Makefile
|
|
#
|
|
# Arch-specific CryptoAPI modules.
|
|
#
|
|
|
|
obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
|
|
obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o
|
|
|
|
sha1-powerpc-y := sha1-powerpc-asm.o sha1.o
|
|
sha256-ppc-spe-y := sha256-spe-asm.o sha256_spe_glue.o
|