summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-10 21:55:12 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-10 22:00:27 +0100
commit603358de576217812cb3d752e97c78e476cdc879 (patch)
tree021a86865a9366aa16d3c772c75c19c295d32232
parent0d4d5ab81980888e06b457fb00a1b224e921976f (diff)
Add include directory options for assembler files that include from crypto/
A few were missed in the previous commit. Closes RT#4412 Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r--crypto/aes/build.info2
-rw-r--r--crypto/sha/build.info2
2 files changed, 4 insertions, 0 deletions
diff --git a/crypto/aes/build.info b/crypto/aes/build.info
index f7ab69e58d..fe1dd15f56 100644
--- a/crypto/aes/build.info
+++ b/crypto/aes/build.info
@@ -49,3 +49,5 @@ BEGINRAW[Makefile]
CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
ENDRAW[Makefile]
+INCLUDE[aes-armv4.o]=..
+INCLUDE[bsaes-armv7.o]=..
diff --git a/crypto/sha/build.info b/crypto/sha/build.info
index 57e9c93b12..136d0ee2cf 100644
--- a/crypto/sha/build.info
+++ b/crypto/sha/build.info
@@ -57,5 +57,7 @@ BEGINRAW[Makefile(unix)]
ENDRAW[Makefile(unix)]
INCLUDE[sha1-armv4-large.o]=..
INCLUDE[sha1-armv8.o]=..
+INCLUDE[sha256-armv4.o]=..
INCLUDE[sha256-armv8.o]=..
+INCLUDE[sha512-armv4.o]=..
INCLUDE[sha512-armv8.o]=..