From b76310ba74951dcbfb5b74c039d6f050e0b1eb43 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 9 Dec 2013 23:44:45 +0100 Subject: ARM assembly pack: AES update from master (including bit-sliced module). --- crypto/aes/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/aes/Makefile') 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 -- cgit v1.2.3