Engage GHASH for ARMv8.
[openssl.git] / crypto / modes / Makefile
index b8cfa71fa3dff5887df1f564fc29c78cb38ac8c7..d03284e869d6f03a44c767679034d977d74432e2 100644 (file)
@@ -58,14 +58,16 @@ ghash-alpha.s:      asm/ghash-alpha.pl
        (preproc=/tmp/$$$$.$@; trap "rm $$preproc" INT; \
        $(PERL) asm/ghash-alpha.pl > $$preproc && \
        $(CC) -E $$preproc > $@ && rm $$preproc)
-
 ghash-parisc.s:        asm/ghash-parisc.pl
        $(PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@
+ghashv8-armx.S:        asm/ghashv8-armx.pl
+       $(PERL) asm/ghashv8-armx.pl $(PERLASM_SCHEME) $@
 
 # GNU make "catch all"
 ghash-%.S:     asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
 
 ghash-armv4.o: ghash-armv4.S
+ghashv8-armx.o:        ghashv8-armx.S
 
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO