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>
This commit is contained in:
Richard Levitte
2016-03-10 21:55:12 +01:00
parent 0d4d5ab819
commit 603358de57
2 changed files with 4 additions and 0 deletions

View File

@@ -49,3 +49,5 @@ BEGINRAW[Makefile]
CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
ENDRAW[Makefile]
INCLUDE[aes-armv4.o]=..
INCLUDE[bsaes-armv7.o]=..

View File

@@ -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]=..