summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-13 22:01:30 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-13 22:01:30 +0000
commitaddd641f3a5e99ed90e3369914af5b356b725590 (patch)
tree1a6e7498fecce05807ee71d0641823e8422dbb02 /crypto/aes/Makefile
parentf63e4be392dfc4d5073653a5688d7240b9eaffb9 (diff)
Unify ppc assembler make rules.
Diffstat (limited to 'crypto/aes/Makefile')
-rw-r--r--crypto/aes/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index 73aef4e395..632fdb55bd 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -59,6 +59,9 @@ aes-x86_64.s: asm/aes-x86_64.pl
aes-sparcv9.s: asm/aes-sparcv9.pl
$(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@
+aes-ppc.s: asm/aes-ppc.pl
+ $(PERL) asm/aes-ppc.pl $(PERLASM_SCHEME) $@
+
# GNU make "catch all"
aes-%.s: asm/aes-%.pl; $(PERL) $< $(CFLAGS) > $@