mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
libcrypto: Copy the arm64 header when building asm
It may be needed when it's updated so is best to keep in sync with the
assembly files.
Reviewed by: emaste
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D41938
(cherry picked from commit c97a82d4a4)
This commit is contained in:
parent
8ec7d748c5
commit
5b413daf3a
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ ASM= ${SRCS:R:S/$/.S/} sha256-armv8.S
|
|||
|
||||
all: ${ASM}
|
||||
rm -f ${ASM:R:S/$/.s/}
|
||||
${CP} ${LCRYPTO_SRC}/crypto/arm_arch.h arm_arch.h
|
||||
|
||||
CLEANFILES= ${ASM}
|
||||
.SUFFIXES: .pl
|
||||
|
|
|
|||
Loading…
Reference in a new issue