summaryrefslogtreecommitdiffstats
path: root/crypto/ec/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-02-09 23:19:16 +0100
committerAndy Polyakov <appro@openssl.org>2015-02-09 23:19:16 +0100
commitaa9db2d292f81769f0f48b1740a6b3a36b1c31af (patch)
tree9ce0c19d4b36a29bfabd1ca49449e2fcc477fc60 /crypto/ec/Makefile
parentd6c5462ef84356446ed133f6d28d34a5c7168bf4 (diff)
Add ec/asm/ecp_nistz256-x86.pl module.
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to 'crypto/ec/Makefile')
-rw-r--r--crypto/ec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/ec/Makefile b/crypto/ec/Makefile
index 852183af59..319e0039db 100644
--- a/crypto/ec/Makefile
+++ b/crypto/ec/Makefile
@@ -48,6 +48,9 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
+ecp_nistz256-x86.s: asm/ecp_nistz256-x86.pl
+ $(PERL) asm/ecp_nistz256-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
+
ecp_nistz256-x86_64.s: asm/ecp_nistz256-x86_64.pl
$(PERL) asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME) > $@