summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile.in
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-04-19 13:06:18 +0200
committerAndy Polyakov <appro@openssl.org>2016-04-20 09:57:20 +0200
commitfb65020b37d606659f90aa62163220b72d5560f5 (patch)
treec3bec99313a744ece9d464d0585bcdea052f0db6 /crypto/aes/Makefile.in
parent38c5674dda8333288aa5d57ccd046203803aa81f (diff)
Add AES assembly module for Fujitsu SPARC64 X/X+.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/aes/Makefile.in')
-rw-r--r--crypto/aes/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/aes/Makefile.in b/crypto/aes/Makefile.in
index 0dc96e4a3d..63e98795fe 100644
--- a/crypto/aes/Makefile.in
+++ b/crypto/aes/Makefile.in
@@ -70,6 +70,8 @@ aes-sparcv9.S: asm/aes-sparcv9.pl
$(PERL) asm/aes-sparcv9.pl $(PERLASM_SCHEME) $@
aest4-sparcv9.S: asm/aest4-sparcv9.pl ../perlasm/sparcv9_modes.pl
$(PERL) asm/aest4-sparcv9.pl $(PERLASM_SCHEME) $@
+aesfx-sparcv9.S: asm/aesfx-sparcv9.pl
+ $(PERL) asm/aesfx-sparcv9.pl $(PERLASM_SCHEME) $@
aes-ppc.s: asm/aes-ppc.pl
$(PERL) asm/aes-ppc.pl $(PERLASM_SCHEME) $@