summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-10 20:05:52 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-10 20:30:47 +0100
commitf0667b1430bac3b8c9c5b76985ad24cf9b13a0a9 (patch)
tree32cdb50eef547a3aff0b85d3625f6ab8f06e993e /crypto/poly1305
parentfb044341e67413ad6bc0d3788ab1269e0ed703ad (diff)
Add include directory options for assembler files that include from crypto/
Closes RT#4406 Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/poly1305')
-rw-r--r--crypto/poly1305/build.info3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/poly1305/build.info b/crypto/poly1305/build.info
index 5b548e6294..d5d72ecb38 100644
--- a/crypto/poly1305/build.info
+++ b/crypto/poly1305/build.info
@@ -3,6 +3,7 @@ SOURCE[../../libcrypto]=\
poly1305.c {- $target{poly1305_asm_src} -}
GENERATE[poly1305-sparcv9.S]=asm/poly1305-sparcv9.pl $(PERLASM_SCHEME)
+INCLUDE[poly1305-sparcv9.o]=..
GENERATE[poly1305-x86.s]=asm/poly1305-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR)
GENERATE[poly1305-x86_64.s]=asm/poly1305-x86_64.pl $(PERLASM_SCHEME)
GENERATE[poly1305-ppc.s]=asm/poly1305-ppc.pl $(PERLASM_SCHEME)
@@ -12,3 +13,5 @@ BEGINRAW[Makefile(unix)]
{- $builddir -}/poly1305-%.S: {- $sourcedir -}/asm/poly1305-%.pl
CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
ENDRAW[Makefile(unix)]
+INCLUDE[poly1305-armv4.o]=..
+INCLUDE[poly1305-armv8.o]=..