summaryrefslogtreecommitdiffstats
path: root/crypto/modes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-07-16 08:03:34 +0200
committerAndy Polyakov <appro@openssl.org>2014-07-16 08:03:34 +0200
commit14aaf883d93fb2e321ef1fe25f687fb7b62ef8fe (patch)
tree457b59c8903f16f93e6aae236f5cf45e7181bf41 /crypto/modes/Makefile
parent927f2e5dea1da17bcc2c3d2baf7258318b57515c (diff)
Engage GHASH for PowerISA 2.07.
Diffstat (limited to 'crypto/modes/Makefile')
-rw-r--r--crypto/modes/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index d03284e869..ba0b094baa 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -62,6 +62,8 @@ ghash-parisc.s: asm/ghash-parisc.pl
$(PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@
ghashv8-armx.S: asm/ghashv8-armx.pl
$(PERL) asm/ghashv8-armx.pl $(PERLASM_SCHEME) $@
+ghashp8-ppc.s: asm/ghashp8-ppc.pl
+ $(PERL) asm/ghashp8-ppc.pl $(PERLASM_SCHEME) $@
# GNU make "catch all"
ghash-%.S: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@