summaryrefslogtreecommitdiffstats
path: root/crypto/sha/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-07-20 14:36:49 +0200
committerAndy Polyakov <appro@openssl.org>2014-07-20 14:36:49 +0200
commitc991d8ae8bf712983ba527eef43388d8bb120a03 (patch)
tree7ddbeafe135648b3f22d561c56e9ee9fea540203 /crypto/sha/Makefile
parentbe12cb3e24ad15343e83e826a63a9aa4a3edaea7 (diff)
Initial POWER8 support from development branch.
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/sha/Makefile')
-rw-r--r--crypto/sha/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index 50734bf4a7..a7fac4683e 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -77,6 +77,8 @@ sha512-sparcv9.S:asm/sha512-sparcv9.pl; $(PERL) asm/sha512-sparcv9.pl $@ $(CFLAG
sha1-ppc.s: asm/sha1-ppc.pl; $(PERL) asm/sha1-ppc.pl $(PERLASM_SCHEME) $@
sha256-ppc.s: asm/sha512-ppc.pl; $(PERL) asm/sha512-ppc.pl $(PERLASM_SCHEME) $@
sha512-ppc.s: asm/sha512-ppc.pl; $(PERL) asm/sha512-ppc.pl $(PERLASM_SCHEME) $@
+sha256p8-ppc.s: asm/sha512p8-ppc.pl; $(PERL) asm/sha512p8-ppc.pl $(PERLASM_SCHEME) $@
+sha512p8-ppc.s: asm/sha512p8-ppc.pl; $(PERL) asm/sha512p8-ppc.pl $(PERLASM_SCHEME) $@
sha1-parisc.s: asm/sha1-parisc.pl; $(PERL) asm/sha1-parisc.pl $(PERLASM_SCHEME) $@
sha256-parisc.s:asm/sha512-parisc.pl; $(PERL) asm/sha512-parisc.pl $(PERLASM_SCHEME) $@