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.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/chacha/Makefile.in b/crypto/chacha/Makefile.in
index 6fb63c184b..dd0f36ce00 100644
--- a/crypto/chacha/Makefile.in
+++ b/crypto/chacha/Makefile.in
@@ -43,6 +43,9 @@ chacha-x86_64.s: asm/chacha-x86_64.pl
chacha-%.S: asm/chacha-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
+chacha-armv4.o: chacha-armv4.S
+chacha-armv8.o: chacha-armv8.S
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO