aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/chacha/Makefile.in
diff options
context:
space:
mode:
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) $@