summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-06-28 12:55:39 +0000
committerAndy Polyakov <appro@openssl.org>2011-06-28 12:55:39 +0000
commitbe6ddecb8b88c33b2cac3c9a311110413ec70998 (patch)
tree5b065e1eca356c7fed4eb4ea0d6dfec170f35a65 /crypto/aes
parent450853cd04557073c47387959bb8283874e9cd74 (diff)
crypto/aes/Makefile: make it work on IRIX.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index 1c6e8c6d5e..cf1b3e545f 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