diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile index 1c6e8c6d5ea9d88e12082de8ed1c8e1fcf74f75b..cf1b3e545f9f09766b7593e29f796e043c24dcdc 100644 --- a/crypto/aes/Makefile +++ b/crypto/aes/Makefile @@ -67,6 +67,9 @@ aes-ppc.s: asm/aes-ppc.pl aes-parisc.s: asm/aes-parisc.pl $(PERL) asm/aes-parisc.pl $(PERLASM_SCHEME) $@ +aes-mips.s: asm/aes-mips.pl + $(PERL) asm/aes-mips.pl $(PERLASM_SCHEME) $@ + # GNU make "catch all" aes-%.S: asm/aes-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@ aes-armv4.o: aes-armv4.S