blob: d93cb815ef0b20c72bb975d67bddd99504955047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile.inc,v 1.16 2025/03/12 14:13:41 jsing Exp $
# aarch64-specific libcrypto build rules
SRCS += crypto_cpu_caps.c
SRCS += sha256_aarch64.c
SRCS += sha256_aarch64_ce.S
SRCS += sha512_aarch64.c
SRCS += sha512_aarch64_ce.S
AFLAGS+= -mmark-bti-property
|