summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-06-11 00:08:03 +0200
committerAndy Polyakov <appro@openssl.org>2014-06-11 00:08:03 +0200
commit7e03acf2be20bf3f27147f8533ba5f863d7691da (patch)
tree03207e05ee8bbb7d424b6193fe322a7f05f7e010 /crypto/aes
parent9af4cb3d3beaaed8af33ee0bbc547cfef49c88a6 (diff)
Engage ARMv8 AES support [from HEAD].
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index ce9bb925fd..e9fa404baf 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -86,6 +86,10 @@ aes-parisc.s: asm/aes-parisc.pl
aes-mips.S: asm/aes-mips.pl
$(PERL) asm/aes-mips.pl $(PERLASM_SCHEME) $@
+aesv8-armx.S: asm/aesv8-armx.pl
+ $(PERL) asm/aesv8-armx.pl $(PERLASM_SCHEME) $@
+aesv8-armx.o: aesv8-armx.S
+
# GNU make "catch all"
aes-%.S: asm/aes-%.pl; $(PERL) $< $(PERLASM_SCHEME) > $@
aes-armv4.o: aes-armv4.S