summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMamone Tarsha <maamoun.tk@googlemail.com>2021-05-08 02:32:52 +0300
committerMamone Tarsha <maamoun.tk@googlemail.com>2021-05-08 02:32:52 +0300
commit71dafe9193a677da90d4b3964e5ab76f468bc6de (patch)
tree3f3eb2ac8ac324bf7a2e54aa8d94dc0e8d1ccc0e /Makefile.in
parent4651503844c1e0264ece32160c1c3bfd585b162e (diff)
downloadnettle-71dafe9193a677da90d4b3964e5ab76f468bc6de.tar.gz
[S390x] Basic AES-192 and AES-256 optimizations
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 74a1a7e7..87d193b6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -620,7 +620,7 @@ distdir: $(DISTFILES)
arm arm/neon arm/v6 arm/fat \
arm64 arm64/crypto arm64/fat \
powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat \
- s390x s390x/msa_x1 ; do \
+ s390x s390x/msa_x1 s390x/msa_x2 ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \