aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-03-31 14:32:05 +0200
committerAndy Polyakov <appro@openssl.org>2013-03-31 14:32:05 +0200
commitc5d975a74313268a36b6a6103cd37221724137c2 (patch)
tree9307057b720536601f7c9981d7e7a82302d6cad9 /crypto/des/Makefile
parentd8f3ed23062539c4a6f7b4153633f921ce16a15f (diff)
downloadopenssl-c5d975a74313268a36b6a6103cd37221724137c2.tar.gz
Add support for SPARC T4 DES opcode.
Diffstat (limited to 'crypto/des/Makefile')
-rw-r--r--crypto/des/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/des/Makefile b/crypto/des/Makefile
index 868f6087e8..1c061a6879 100644
--- a/crypto/des/Makefile
+++ b/crypto/des/Makefile
@@ -61,6 +61,8 @@ des: des.o cbc3_enc.o lib
des_enc-sparc.S: asm/des_enc.m4
m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S
+dest4-sparcv9.s: asm/dest4-sparcv9.pl
+ $(PERL) asm/dest4-sparcv9.pl $(CFLAGS) > $@
des-586.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
$(PERL) asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@