diff options
Diffstat (limited to 'crypto/Makefile.am.elf-mips')
-rw-r--r-- | crypto/Makefile.am.elf-mips | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/Makefile.am.elf-mips b/crypto/Makefile.am.elf-mips index 9c4a70f..7e04da4 100644 --- a/crypto/Makefile.am.elf-mips +++ b/crypto/Makefile.am.elf-mips | |||
@@ -8,8 +8,7 @@ ASM_MIPS_ELF += sha/sha256-mips.S | |||
8 | ASM_MIPS_ELF += aes/aes_cbc.c | 8 | ASM_MIPS_ELF += aes/aes_cbc.c |
9 | ASM_MIPS_ELF += camellia/camellia.c | 9 | ASM_MIPS_ELF += camellia/camellia.c |
10 | ASM_MIPS_ELF += camellia/cmll_cbc.c | 10 | ASM_MIPS_ELF += camellia/cmll_cbc.c |
11 | ASM_MIPS_ELF += rc4/rc4_enc.c | 11 | ASM_MIPS_ELF += rc4/rc4.c |
12 | ASM_MIPS_ELF += rc4/rc4_skey.c | ||
13 | ASM_MIPS_ELF += whrlpool/wp_block.c | 12 | ASM_MIPS_ELF += whrlpool/wp_block.c |
14 | 13 | ||
15 | EXTRA_DIST += $(ASM_MIPS_ELF) | 14 | EXTRA_DIST += $(ASM_MIPS_ELF) |