summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-07-05 21:39:47 +0200
committerAndy Polyakov <appro@openssl.org>2013-07-05 21:39:47 +0200
commitca48ace5c52feb0082954fff00a44e1914b9e7e9 (patch)
tree38df2c813fc6c435c7ede3853b19fb7b079a5875 /crypto/bn/Makefile
parent0b4bb91db65697ab6d3a0fc05b140887cbce3080 (diff)
Take RSAZ modules into build loop, add glue and engage.
RT: 2582, 2850
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 6267ef4bb9..30cc210feb 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -110,6 +110,10 @@ x86_64-gf2m.s: asm/x86_64-gf2m.pl
$(PERL) asm/x86_64-gf2m.pl $(PERLASM_SCHEME) > $@
modexp512-x86_64.s: asm/modexp512-x86_64.pl
$(PERL) asm/modexp512-x86_64.pl $(PERLASM_SCHEME) > $@
+rsaz-x86_64.s: asm/rsaz-x86_64.pl
+ $(PERL) asm/rsaz-x86_64.pl $(PERLASM_SCHEME) > $@
+rsaz-avx2.s: asm/rsaz-avx2.pl
+ $(PERL) asm/rsaz-avx2.pl $(PERLASM_SCHEME) > $@
bn-ia64.s: asm/ia64.S
$(CC) $(CFLAGS) -E asm/ia64.S > $@