summaryrefslogtreecommitdiff
path: root/crypto/sha/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-09-27 07:09:46 +0000
committerAndy Polyakov <appro@openssl.org>2007-09-27 07:09:46 +0000
commit4c7c5ff667de19627861db07b50d595e47856422 (patch)
tree906a2acd32293c9aa99f79726089139697f28a07 /crypto/sha/Makefile
parentd7e915616d4fb0fce95d910d017fed654b57ef82 (diff)
downloadopenssl-new-4c7c5ff667de19627861db07b50d595e47856422.tar.gz
ARMv4 assembler pack.
Diffstat (limited to 'crypto/sha/Makefile')
-rw-r--r--crypto/sha/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index e02d9f1dc3..763b2aad65 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -71,6 +71,9 @@ sha256-ia64.s: asm/sha512-ia64.pl
sha512-ia64.s: asm/sha512-ia64.pl
(cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
+sha256-armv4.s: asm/sha256-armv4.pl
+ $(PERL) $< $@
+
# Solaris make has to be explicitly told
sha1-x86_64.s: asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $@
sha256-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $@