diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am.elf-mips | 7 | ||||
-rw-r--r-- | crypto/Makefile.am.elf-mips64 | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/crypto/Makefile.am.elf-mips b/crypto/Makefile.am.elf-mips index 9c4a70f..ea0a730 100644 --- a/crypto/Makefile.am.elf-mips +++ b/crypto/Makefile.am.elf-mips | |||
@@ -5,13 +5,6 @@ ASM_MIPS_ELF += sha/sha1-mips.S | |||
5 | ASM_MIPS_ELF += sha/sha512-mips.S | 5 | ASM_MIPS_ELF += sha/sha512-mips.S |
6 | ASM_MIPS_ELF += sha/sha256-mips.S | 6 | ASM_MIPS_ELF += sha/sha256-mips.S |
7 | 7 | ||
8 | ASM_MIPS_ELF += aes/aes_cbc.c | ||
9 | ASM_MIPS_ELF += camellia/camellia.c | ||
10 | ASM_MIPS_ELF += camellia/cmll_cbc.c | ||
11 | ASM_MIPS_ELF += rc4/rc4_enc.c | ||
12 | ASM_MIPS_ELF += rc4/rc4_skey.c | ||
13 | ASM_MIPS_ELF += whrlpool/wp_block.c | ||
14 | |||
15 | EXTRA_DIST += $(ASM_MIPS_ELF) | 8 | EXTRA_DIST += $(ASM_MIPS_ELF) |
16 | 9 | ||
17 | if HOST_ASM_ELF_MIPS | 10 | if HOST_ASM_ELF_MIPS |
diff --git a/crypto/Makefile.am.elf-mips64 b/crypto/Makefile.am.elf-mips64 index c599fa8..8f851f3 100644 --- a/crypto/Makefile.am.elf-mips64 +++ b/crypto/Makefile.am.elf-mips64 | |||
@@ -5,13 +5,6 @@ ASM_MIPS64_ELF += sha/sha1-mips.S | |||
5 | ASM_MIPS64_ELF += sha/sha512-mips.S | 5 | ASM_MIPS64_ELF += sha/sha512-mips.S |
6 | ASM_MIPS64_ELF += sha/sha256-mips.S | 6 | ASM_MIPS64_ELF += sha/sha256-mips.S |
7 | 7 | ||
8 | ASM_MIPS64_ELF += aes/aes_cbc.c | ||
9 | ASM_MIPS64_ELF += camellia/camellia.c | ||
10 | ASM_MIPS64_ELF += camellia/cmll_cbc.c | ||
11 | ASM_MIPS64_ELF += rc4/rc4_enc.c | ||
12 | ASM_MIPS64_ELF += rc4/rc4_skey.c | ||
13 | ASM_MIPS64_ELF += whrlpool/wp_block.c | ||
14 | |||
15 | EXTRA_DIST += $(ASM_MIPS64_ELF) | 8 | EXTRA_DIST += $(ASM_MIPS64_ELF) |
16 | 9 | ||
17 | if HOST_ASM_ELF_MIPS64 | 10 | if HOST_ASM_ELF_MIPS64 |