summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
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 45ede0a0b4..c21cb8fff9 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -65,6 +65,8 @@ aesni-x86_64.s: asm/aesni-x86_64.pl
$(PERL) asm/aesni-x86_64.pl $(PERLASM_SCHEME) > $@
aesni-sha1-x86_64.s: asm/aesni-sha1-x86_64.pl
$(PERL) asm/aesni-sha1-x86_64.pl $(PERLASM_SCHEME) > $@
+aesni-sha256-x86_64.s: asm/aesni-sha256-x86_64.pl
+ $(PERL) asm/aesni-sha256-x86_64.pl $(PERLASM_SCHEME) > $@
aes-sparcv9.s: asm/aes-sparcv9.pl
$(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@