summaryrefslogtreecommitdiffstats
path: root/crypto/ec/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-02-15 22:26:08 +0100
committerAndy Polyakov <appro@openssl.org>2015-04-20 14:56:06 +0200
commite1613e7c0c692bd9071e04e8fcf1b2a18ebebf0c (patch)
treeface9dfd3e19992dc53cbb34b140af76722c57aa /crypto/ec/Makefile
parent5a3d915d77a6083b886eb7de6d31b370bafb4818 (diff)
Add ecp_nistz256-armv8 module.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/ec/Makefile')
-rw-r--r--crypto/ec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ec/Makefile b/crypto/ec/Makefile
index 542596795e..fa2fc4cbb2 100644
--- a/crypto/ec/Makefile
+++ b/crypto/ec/Makefile
@@ -56,6 +56,7 @@ ecp_nistz256-avx2.s: asm/ecp_nistz256-avx2.pl
ecp_nistz256-%.S: asm/ecp_nistz256-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
ecp_nistz256-armv4.o: ecp_nistz256-armv4.S
+ecp_nistz256-armv8.o: ecp_nistz256-armv8.S
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO