ARM assembler pack: profiler-assisted optimizations and NEON support.
[openssl.git] / crypto / aes / Makefile
index 5b52b9c43c315932a29bc8845327396b2302f518..1c6e8c6d5ea9d88e12082de8ed1c8e1fcf74f75b 100644 (file)
@@ -68,7 +68,8 @@ aes-parisc.s: asm/aes-parisc.pl
        $(PERL) asm/aes-parisc.pl $(PERLASM_SCHEME) $@
 
 # GNU make "catch all"
-aes-%.s:       asm/aes-%.pl;   $(PERL) $< $(PERLASM_SCHEME) $@
+aes-%.S:       asm/aes-%.pl;   $(PERL) $< $(PERLASM_SCHEME) $@
+aes-armv4.o:   aes-armv4.S
 
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO