diff options
author | Markus Stockhausen <stockhausen@collogia.de> | 2015-01-30 15:39:34 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-02-27 22:48:47 +1300 |
commit | 2ecc1e95ec70923e642fa481ee7f7ad443798f2a (patch) | |
tree | 6c04c62d5905c9d000f9ad66770634b1f895ee75 /arch/powerpc/crypto | |
parent | c147028ccc249681ef1129fb4b09f71fe6b75715 (diff) | |
download | linux-2ecc1e95ec70923e642fa481ee7f7ad443798f2a.tar.gz linux-2ecc1e95ec70923e642fa481ee7f7ad443798f2a.tar.bz2 linux-2ecc1e95ec70923e642fa481ee7f7ad443798f2a.zip |
crypto: ppc/sha256 - kernel config
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>
Diffstat (limited to 'arch/powerpc/crypto')
-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 2926fb9c570a..a07e763befb5 100644 --- a/arch/powerpc/crypto/Makefile +++ b/arch/powerpc/crypto/Makefile @@ -5,5 +5,7 @@ # 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 |