diff options
author | Theo Buehler <tb@openbsd.org> | 2024-11-08 09:22:29 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-11-08 09:29:50 -0700 |
commit | 52b1623c6b4fee563f01ce91d76e2df23ed090c1 (patch) | |
tree | 51eb1df43f0c714c2dc0e6a11be70098c934f24a /crypto/Makefile.am | |
parent | 3ade76d86b1bcea9d53307511597d2a17b43239b (diff) | |
download | portable-52b1623c6b4fee563f01ce91d76e2df23ed090c1.tar.gz portable-52b1623c6b4fee563f01ce91d76e2df23ed090c1.tar.bz2 portable-52b1623c6b4fee563f01ce91d76e2df23ed090c1.zip |
Hook up new aarch64 feature detection
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index f601ec9..9df0a2e 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -202,6 +202,9 @@ endif | |||
202 | endif | 202 | endif |
203 | endif | 203 | endif |
204 | 204 | ||
205 | if HOST_AARCH64 | ||
206 | libcrypto_la_SOURCES += arch/aarch64/crypto_cpu_caps.c | ||
207 | endif | ||
205 | if HOST_X86_64 | 208 | if HOST_X86_64 |
206 | libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c | 209 | libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c |
207 | endif | 210 | endif |