summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-12-09 23:44:45 +0100
committerAndy Polyakov <appro@openssl.org>2013-12-09 23:44:45 +0100
commitb76310ba74951dcbfb5b74c039d6f050e0b1eb43 (patch)
treee69cf186b089db5f610997a3125e9fecd00d2056 /crypto/aes/Makefile
parentc012f6e5768e45ec20b3af878773b551d607e313 (diff)
ARM assembly pack: AES update from master (including bit-sliced module).
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 541dc57448..7f84aaa2cd 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -85,6 +85,8 @@ aes-mips.S: asm/aes-mips.pl
# GNU make "catch all"
aes-%.S: asm/aes-%.pl; $(PERL) $< $(PERLASM_SCHEME) > $@
aes-armv4.o: aes-armv4.S
+bsaes-%.S: asm/bsaes-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
+bsaes-armv7.o: bsaes-armv7.S
files:
$(PERL) $(TOP)/util/files.pl "AES_ENC=$(AES_ENC)" Makefile >> $(TOP)/MINFO