summaryrefslogtreecommitdiffstats
path: root/crypto/ec
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/ec
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/ec')
-rw-r--r--crypto/ec/build.info4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/ec/build.info b/crypto/ec/build.info
index e8588a11c1..0290141df0 100644
--- a/crypto/ec/build.info
+++ b/crypto/ec/build.info
@@ -15,8 +15,12 @@ GENERATE[ecp_nistz256-x86_64.s]=asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME)
GENERATE[ecp_nistz256-avx2.s]=asm/ecp_nistz256-avx2.pl $(PERLASM_SCHEME)
GENERATE[ecp_nistz256-sparcv9.S]=asm/ecp_nistz256-sparcv9.pl $(PERLASM_SCHEME)
+INCLUDE[ecp_nistz256-sparcv9.o]=..
BEGINRAW[Makefile]
{- $builddir -}/ecp_nistz256-%.S: {- $sourcedir -}/asm/ecp_nistz256-%.pl
CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
ENDRAW[Makefile]
+
+INCLUDE[ecp_nistz256-armv4.o]=..
+INCLUDE[ecp_nistz256-armv8.o]=..