summaryrefslogtreecommitdiffstats
path: root/crypto/chacha/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/chacha/Makefile.in')
-rw-r--r--crypto/chacha/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/chacha/Makefile.in b/crypto/chacha/Makefile.in
index 8987a850f2..6fb63c184b 100644
--- a/crypto/chacha/Makefile.in
+++ b/crypto/chacha/Makefile.in
@@ -36,6 +36,11 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
+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-%.S: asm/chacha-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
files: