summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-12-27 20:49:40 +0000
committerAndy Polyakov <appro@openssl.org>2009-12-27 20:49:40 +0000
commitcb3b9b132336d7931c047a95a0d7638b8e470e55 (patch)
treeb40acfb826f15631e6be878fb4e10fd7e41dd148 /crypto/bn/Makefile
parentbeef7145997c1183c8c154076d3fa3a7148ada60 (diff)
Throw in more PA-RISC assembler.
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index e16c5487c5..c42ef3e85c 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -100,6 +100,9 @@ pa-risc2W.o: asm/pa-risc2W.s
pa-risc2.o: asm/pa-risc2.s
/usr/ccs/bin/as -o pa-risc2.o asm/pa-risc2.s
+parisc-mont.s: asm/parisc-mont.pl
+ $(PERL) asm/parisc-mont.pl $(PERLASM_SCHEME) $@
+
# ppc - AIX, Linux, MacOS X...
bn-ppc.s: asm/ppc.pl; $(PERL) asm/ppc.pl $(PERLASM_SCHEME) $@
ppc-mont.s: asm/ppc-mont.pl;$(PERL) asm/ppc-mont.pl $(PERLASM_SCHEME) $@