summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-12-10 11:24:07 +0000
committerAndy Polyakov <appro@openssl.org>2005-12-10 11:24:07 +0000
commit064f6cb6f272741c7e0a62d553e40db2e1bea67b (patch)
treedae08a25e778f0dd75b35461072b3346c1fdb318 /crypto/aes/Makefile
parent20ab8b4b4141fa10fac7ff984b54172df6824dc2 (diff)
Engage AES for UltraSPARC in sparcv9 targets.
Diffstat (limited to 'crypto/aes/Makefile')
-rw-r--r--crypto/aes/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index eed6542aaa..670256c818 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -58,6 +58,9 @@ ax86-out.s: asm/aes-586.pl ../perlasm/x86asm.pl
aes-x86_64.s: asm/aes-x86_64.pl
$(PERL) asm/aes-x86_64.pl $@
+aes-sparcv9.s: asm/aes-sparcv9.pl
+ $(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO