• Kim Phillips's avatar
    crypto: powerpc - move files to fix build error · 3265c4ba
    Kim Phillips authored
    The current cryptodev-2.6 tree commits:
    
    d9850fc5 ("crypto: powerpc/sha1 - kernel config")
    50ba29aa ("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: default avatarKim Phillips <kim.phillips@freescale.com>
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    3265c4ba
aes-spe-glue.c 13.9 KB