From 9c9c83ccb9a9e76d9861b0da185b1a96fb54395a Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 15 May 2007 20:51:48 +0000 Subject: Throw in ppccpuid module. --- crypto/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/Makefile') 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 '; \ -- cgit v1.2.3