X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2FMakefile.ssl;h=e89d16d707cf705ea606b13697656bcb69ad7c64;hp=8d5939528e60bbd5b5fe6b4304daaa3d049c0033;hb=ec38ddc765bb077dbc0e62b827da2eb65501c589;hpb=8aae01e2238e1f1b7b4647395625ce23a635529b diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 8d5939528e..e89d16d707 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -65,6 +65,11 @@ buildinf.h: ../Makefile.ssl x86cpuid-elf.s: x86cpuid.pl perlasm/x86asm.pl $(PERL) x86cpuid.pl elf $(CFLAGS) $(PROCESSOR) > $@ +x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl + $(PERL) x86cpuid.pl coff $(CFLAGS) $(PROCESSOR) > $@ +x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl + $(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@ + amd64cpuid.s: amd64cpuid.pl $(PERL) amd64cpuid.pl $@ ia64cpuid.s: ia64cpuid.S