diff options
author | Markus Stockhausen <stockhausen@collogia.de> | 2015-02-22 04:00:10 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-03-01 05:02:29 -0500 |
commit | 504c6143c53dfd140d42fe76d0faed1309c6d1b6 (patch) | |
tree | de1bda11d28c81f7df6b3235ebe8f8bc2233f545 /arch/powerpc | |
parent | 8a28a1a89409289d9552757b95f85b50ffc26ac7 (diff) |
crypto: powerpc/aes - kernel config
Integrate the module into the kernel configuration
Signed-off-by: Markus Stockhausen <stockhausen@collogia.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/crypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/crypto/Makefile b/arch/powerpc/crypto/Makefile index a07e763befb5..1698fb94b1ae 100644 --- a/arch/powerpc/crypto/Makefile +++ b/arch/powerpc/crypto/Makefile | |||
@@ -4,8 +4,10 @@ | |||
4 | # Arch-specific CryptoAPI modules. | 4 | # Arch-specific CryptoAPI modules. |
5 | # | 5 | # |
6 | 6 | ||
7 | obj-$(CONFIG_CRYPTO_AES_PPC_SPE) += aes-ppc-spe.o | ||
7 | obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o | 8 | obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o |
8 | obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o | 9 | obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o |
9 | 10 | ||
11 | aes-ppc-spe-y := aes-spe-core.o aes-spe-keys.o aes-tab-4k.o aes-spe-modes.o aes_spe_glue.o | ||
10 | sha1-powerpc-y := sha1-powerpc-asm.o sha1.o | 12 | sha1-powerpc-y := sha1-powerpc-asm.o sha1.o |
11 | sha256-ppc-spe-y := sha256-spe-asm.o sha256_spe_glue.o | 13 | sha256-ppc-spe-y := sha256-spe-asm.o sha256_spe_glue.o |