summaryrefslogtreecommitdiffstats
path: root/crypto/modes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-07-16 13:37:37 +0200
committerAndy Polyakov <appro@openssl.org>2014-07-16 13:37:37 +0200
commit6cd13f70bb51eb7982db8ab9f56c776b0c32b3ed (patch)
tree0872661c8358815fcb4506ca5b6a9af648906801 /crypto/modes/Makefile
parent14aaf883d93fb2e321ef1fe25f687fb7b62ef8fe (diff)
Revert "Engage GHASH for PowerISA 2.07."
Diffstat (limited to 'crypto/modes/Makefile')
-rw-r--r--crypto/modes/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index ba0b094baa..d03284e869 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -62,8 +62,6 @@ 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) $@