]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: powerpc - move files to fix build error
authorKim Phillips <kim.phillips@freescale.com>
Sat, 7 Mar 2015 00:46:21 +0000 (18:46 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 9 Mar 2015 10:06:19 +0000 (21:06 +1100)
commit031d7a4a9006b7cd97c524aedf583f46c28f3b55
treefa78a5f4d61fec514792367ef0c24a827da2b6eb
parent25189f8f3677fc674a7ea87e0bb49c0d4cc8d61e
crypto: powerpc - move files to fix build error

The current cryptodev-2.6 tree commits:

ba7bd8b65f1a ("crypto: powerpc/sha1 - kernel config")
8fbf9ceb23af ("crypto: powerpc/sha1 - glue")

failed to properly place files under arch/powerpc/crypto, which
leads to build errors:

make[1]: *** No rule to make target 'arch/powerpc/crypto/sha1-spe-asm.o', needed by 'arch/powerpc/crypto/sha1-ppc-spe.o'.  Stop.
make[1]: *** No rule to make target 'arch/powerpc/crypto/sha1_spe_glue.o', needed by 'arch/powerpc/crypto/sha1-ppc-spe.o'.  Stop.
Makefile:947: recipe for target 'arch/powerpc/crypto' failed

Move the two sha1 spe files under crypto/, and whilst there, rename
other powerpc crypto files with underscores to use dashes for
consistency.

Cc: Markus Stockhausen <stockhausen@collogia.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/Makefile
arch/powerpc/crypto/aes-spe-glue.c [new file with mode: 0644]
arch/powerpc/crypto/aes_spe_glue.c [deleted file]
arch/powerpc/crypto/md5-glue.c [new file with mode: 0644]
arch/powerpc/crypto/md5_glue.c [deleted file]
arch/powerpc/crypto/sha1-spe-asm.S [new file with mode: 0644]
arch/powerpc/crypto/sha1-spe-glue.c [new file with mode: 0644]
arch/powerpc/crypto/sha256-spe-glue.c [new file with mode: 0644]
arch/powerpc/crypto/sha256_spe_glue.c [deleted file]
arch/powerpc/sha1-spe-asm.S [deleted file]
arch/powerpc/sha1_spe_glue.c [deleted file]