summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMaamoun TK <maamoun.tk@googlemail.com>2021-01-25 18:36:54 +0100
committerNiels Möller <nisse@lysator.liu.se>2021-01-31 08:57:59 +0100
commit09d77a1080fb35774a5adec06642602bb1390f44 (patch)
treebc489befb023e1b3e969dfa3c4407c1a7ac0e01b /Makefile.in
parent0c5429d338103987e95de6ec25ff859adbf9a869 (diff)
downloadnettle-09d77a1080fb35774a5adec06642602bb1390f44.tar.gz
aarch64: Implement GHASH using the crypto extension pmul instructions.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a87e0a9e..2697ad6d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -615,7 +615,8 @@ distdir: $(DISTFILES)
done
set -e; for d in sparc32 sparc64 x86 \
x86_64 x86_64/aesni x86_64/sha_ni x86_64/fat \
- arm arm/neon arm/v6 arm/fat arm64 \
+ arm arm/neon arm/v6 arm/fat \
+ arm64 arm64/v8 \
powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \