summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMaamoun TK <maamoun.tk@googlemail.com>2022-05-29 03:34:44 +0200
committerMaamoun TK <maamoun.tk@googlemail.com>2022-05-29 03:34:44 +0200
commitc4856c14c510afc2800d55deeba2a4537943906f (patch)
tree2d9f3858d3cb4c848965e5e378cd1d038d62ff50 /Makefile.in
parentea4ea5e6904124b297ade0d1b182c5e530909765 (diff)
downloadnettle-c4856c14c510afc2800d55deeba2a4537943906f.tar.gz
[PowerPC] Implement Poly1305 single block update based on radix 2^64
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 65911e2a..11c88114 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -607,7 +607,7 @@ distdir: $(DISTFILES)
x86_64 x86_64/aesni x86_64/sha_ni x86_64/pclmul x86_64/fat \
arm arm/neon arm/v6 arm/fat \
arm64 arm64/crypto arm64/fat \
- powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat \
+ powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/p9 powerpc64/fat \
s390x s390x/vf s390x/msa s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 s390x/fat ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \