ARM assembly pack: add ChaCha20 and Poly1305 modules.
[openssl.git] / crypto / poly1305 / Makefile.in
index c8488431890a43d8690909499d92534275206b79..0984a5221c085c08c7b8fb0156df0b90d8695284 100644 (file)
@@ -45,6 +45,9 @@ poly1305-x86_64.s:    asm/poly1305-x86_64.pl
 
 poly1305-%.S:  asm/poly1305-%.pl;      $(PERL) $< $(PERLASM_SCHEME) $@
 
+poly1305-armv4.o:      poly1305-armv4.S
+poly1305-armv8.o:      poly1305-armv8.S
+
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO