summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-05-19 23:54:34 +0200
committerAndy Polyakov <appro@openssl.org>2013-05-19 23:54:34 +0200
commitd215724753495d9d51caa1421dcf98fc9b8fe527 (patch)
tree1116b033a1305f1ab3340cb8b6d73d209ea7faa2 /crypto/aes/Makefile
parent9c1ee1bed51ec685122631382a82d42101406208 (diff)
Add AES SPARC T4 module from master.
Diffstat (limited to 'crypto/aes/Makefile')
-rw-r--r--crypto/aes/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index c21cb8fff9..815be130fc 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -70,6 +70,8 @@ aesni-sha256-x86_64.s: asm/aesni-sha256-x86_64.pl
aes-sparcv9.s: asm/aes-sparcv9.pl
$(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@
+aest4-sparcv9.s: asm/aest4-sparcv9.pl
+ $(PERL) asm/aest4-sparcv9.pl $(CFLAGS) > $@
aes-ppc.s: asm/aes-ppc.pl
$(PERL) asm/aes-ppc.pl $(PERLASM_SCHEME) $@