diff options
author | Werner Koch <wk@gnupg.org> | 2017-05-30 15:27:47 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-05-30 15:27:47 +0200 |
commit | c65f9558f12ffa2810538ef616e71b4052dacb81 (patch) | |
tree | dd4887c508f639214fe61e5b17834eedc73913da /mpi | |
parent | 87e481137debabb7f989d7fa9b1c21c336e10c98 (diff) | |
download | libgcrypt-c65f9558f12ffa2810538ef616e71b4052dacb81.tar.gz |
mpi: Distribute asm files for aarch64 and asm
* mpi/aarch64/distfiles: New.
* mpi/arm/distfiles: New.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/aarch64/distfiles | 6 | ||||
-rw-r--r-- | mpi/arm/distfiles | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/mpi/aarch64/distfiles b/mpi/aarch64/distfiles new file mode 100644 index 00000000..1327bd4a --- /dev/null +++ b/mpi/aarch64/distfiles @@ -0,0 +1,6 @@ +mpih-add1.S +mpih-mul1.S +mpih-mul2.S +mpih-mul3.S +mpih-sub1.S +mpi-asm-defs.h diff --git a/mpi/arm/distfiles b/mpi/arm/distfiles new file mode 100644 index 00000000..27a2ca52 --- /dev/null +++ b/mpi/arm/distfiles @@ -0,0 +1,6 @@ +mpi-asm-defs.h +mpih-add1.S +mpih-mul1.S +mpih-mul2.S +mpih-mul3.S +mpih-sub1.S |