summaryrefslogtreecommitdiffstats
path: root/crypto/ec/Makefile
diff options
context:
space:
mode:
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) > $@