From ee619197db0c1efa676bedf3b05d028080988759 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 11 Mar 2016 13:44:46 +0100 Subject: crypto/*/build.info: make it work on ARM platforms. Reviewed-by: Richard Levitte --- crypto/modes/build.info | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crypto/modes/build.info') diff --git a/crypto/modes/build.info b/crypto/modes/build.info index b20154da17..1c12b78e85 100644 --- a/crypto/modes/build.info +++ b/crypto/modes/build.info @@ -14,13 +14,14 @@ GENERATE[ghash-sparcv9.S]=asm/ghash-sparcv9.pl $(PERLASM_SCHEME) INCLUDE[ghash-sparcv9.o]=.. GENERATE[ghash-alpha.s]=asm/ghash-alpha.pl GENERATE[ghash-parisc.s]=asm/ghash-parisc.pl $(PERLASM_SCHEME) -GENERATE[ghashv8-armx.S]=asm/ghashv8-armx.pl $(PERLASM_SCHEME) GENERATE[ghashp8-ppc.s]=asm/ghashp8-ppc.pl $(PERLASM_SCHEME) +GENERATE[ghash-armv4.S]=asm/ghash-armv4.pl $(PERLASM_SCHEME) +INCLUDE[ghash-armv4.o]=.. +GENERATE[ghashv8-armx.S]=asm/ghashv8-armx.pl $(PERLASM_SCHEME) +INCLUDE[ghashv8-armx.o]=.. BEGINRAW[Makefile] # GNU make "catch all" {- $builddir -}/ghash-%.S: {- $sourcedir -}/asm/ghash-%.pl CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ ENDRAW[Makefile] -INCLUDE[ghash-armv4.o]=.. -INCLUDE[ghashv8-armx.o]=.. -- cgit v1.2.3