summaryrefslogtreecommitdiffstats
path: root/crypto/sha/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-10-02 11:47:17 +0000
committerAndy Polyakov <appro@openssl.org>2010-10-02 11:47:17 +0000
commitd4665887886274483a64f3ac167c81b0d7ef88af (patch)
treec4cca3a5361feddaecdaeee7d26eed021458af51 /crypto/sha/Makefile
parentda4d239dadb020cfbd61048518d446a7dc2e9e83 (diff)
MIPS assembler pack: enable it in Configure, add SHA2 module, fix make rules,
update commentary...
Diffstat (limited to 'crypto/sha/Makefile')
-rw-r--r--crypto/sha/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index 75a1d460de..64aefda84b 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -78,6 +78,10 @@ sha1-parisc.s: asm/sha1-parisc.pl; $(PERL) asm/sha1-parisc.pl $(PERLASM_SCHEME)
sha256-parisc.s:asm/sha512-parisc.pl; $(PERL) asm/sha512-parisc.pl $(PERLASM_SCHEME) $@
sha512-parisc.s:asm/sha512-parisc.pl; $(PERL) asm/sha512-parisc.pl $(PERLASM_SCHEME) $@
+sha1-mips.s: asm/sha1-mips.pl; $(PERL) asm/sha1-mips.pl $(PERLASM_SCHEME) $@
+sha256-mips.s: asm/sha512-mips.pl; $(PERL) asm/sha512-mips.pl $(PERLASM_SCHEME) $@
+sha512-mips.s: asm/sha512-mips.pl; $(PERL) asm/sha512-mips.pl $(PERLASM_SCHEME) $@
+
# GNU make "catch all"
sha1-%.s: asm/sha1-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
sha256-%.s: asm/sha512-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@