aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/chacha/Makefile.in
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-02-10 11:51:23 +0100
committerAndy Polyakov <appro@openssl.org>2016-02-13 17:21:47 +0100
commit9e58d1192da2dbd6544f73f73362db6ae9f2c045 (patch)
tree8f5e83a10e919000595dacd019e1ac920c0ff803 /crypto/chacha/Makefile.in
parentaf093bf4853bdf1a7fee6fc31997457c85a9f559 (diff)
downloadopenssl-9e58d1192da2dbd6544f73f73362db6ae9f2c045.tar.gz
PPC assembly pack: add ChaCha20 and Poly1305 modules.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/chacha/Makefile.in')
-rw-r--r--crypto/chacha/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/chacha/Makefile.in b/crypto/chacha/Makefile.in
index dd0f36ce00..08bfdb5b1d 100644
--- a/crypto/chacha/Makefile.in
+++ b/crypto/chacha/Makefile.in
@@ -40,6 +40,8 @@ chacha-x86.s: asm/chacha-x86.pl
$(PERL) asm/chacha-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
chacha-x86_64.s: asm/chacha-x86_64.pl
$(PERL) asm/chacha-x86_64.pl $(PERLASM_SCHEME) > $@
+chacha-ppc.s: asm/chacha-ppc.pl
+ $(PERL) asm/chacha-ppc.pl $(PERLASM_SCHEME) $@
chacha-%.S: asm/chacha-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@