PPC assembly pack: add ChaCha20 and Poly1305 modules.
[openssl.git] / crypto / chacha / build.info
index c56c6243e629beddd9500970e9af3e2769029605..3ae640fc22c1cca46f00a9bc7b70982841b9d371 100644 (file)
@@ -8,6 +8,8 @@ BEGINRAW[Makefile(unix)]
        $(PERL) {- $sourcedir -}/asm/chacha-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
 {- $builddir -}/chacha-x86_64.s:       {- $sourcedir -}/asm/chacha-x86_64.pl
        $(PERL) {- $sourcedir -}/asm/chacha-x86_64.pl $(PERLASM_SCHEME) > $@
+{- $builddir -}/chacha-ppc.s:  {- $sourcedir -}/asm/chacha-ppc.pl
+       $(PERL) {- $sourcedir -}/asm/chacha-ppc.pl $(PERLASM_SCHEME) $@
 
 {- $builddir -}/chacha-%.S:    {- $sourcedir -}/asm/chacha-%.pl
        $(PERL) $< $(PERLASM_SCHEME) $@