aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-05-15 20:51:48 +0000
committerAndy Polyakov <appro@openssl.org>2007-05-15 20:51:48 +0000
commit9c9c83ccb9a9e76d9861b0da185b1a96fb54395a (patch)
tree1fea3d74c1a08d7d96ff62d3cdd2fb9d4037adba /crypto/Makefile
parent1d42fb5f4aae476e4f917d8a334952c05685f86a (diff)
downloadopenssl-9c9c83ccb9a9e76d9861b0da185b1a96fb54395a.tar.gz
Throw in ppccpuid module.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 1b8c7c2591..a19f4d9917 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -77,6 +77,7 @@ x86_64cpuid.s: x86_64cpuid.pl
$(PERL) x86_64cpuid.pl $@
ia64cpuid.s: ia64cpuid.S
$(CC) $(CFLAGS) -E ia64cpuid.S > $@
+ppccpuid_%.s: ppccpuid.pl; $(PERL) $< $@
testapps:
[ -z "$(THIS)" ] || ( if echo ${SDIRS} | fgrep ' des '; \