aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am3
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
202endif 202endif
203endif 203endif
204 204
205if HOST_AARCH64
206libcrypto_la_SOURCES += arch/aarch64/crypto_cpu_caps.c
207endif
205if HOST_X86_64 208if HOST_X86_64
206libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c 209libcrypto_la_SOURCES += arch/amd64/crypto_cpu_caps.c
207endif 210endif