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:
@@ -49,3 +49,5 @@ BEGINRAW[Makefile]
|
||||
CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
|
||||
|
||||
ENDRAW[Makefile]
|
||||
INCLUDE[aes-armv4.o]=..
|
||||
INCLUDE[bsaes-armv7.o]=..
|
||||
|
@@ -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]=..
|
||||
|
Reference in New Issue
Block a user