ARM assembly pack: AES update from master (including bit-sliced module).
[openssl.git] / crypto / aes / Makefile
index 541dc57448c6ac35d62e3ad9592e257fad77794c..7f84aaa2cd69d3aaa6653850bd44bc4b000483ae 100644 (file)
@@ -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