updates for latest build changes
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
|
||||
ASM_X86_64_ELF = aes/aes-elf-x86_64.s
|
||||
ASM_X86_64_ELF += aes/bsaes-elf-x86_64.s
|
||||
ASM_X86_64_ELF += aes/vpaes-elf-x86_64.s
|
||||
ASM_X86_64_ELF += aes/aesni-elf-x86_64.s
|
||||
ASM_X86_64_ELF += aes/aesni-sha1-elf-x86_64.s
|
||||
ASM_X86_64_ELF += bn/modexp512-elf-x86_64.s
|
||||
ASM_X86_64_ELF += bn/mont-elf-x86_64.s
|
||||
ASM_X86_64_ELF += bn/mont5-elf-x86_64.s
|
||||
ASM_X86_64_ELF += bn/gf2m-elf-x86_64.s
|
||||
ASM_X86_64_ELF += camellia/cmll-elf-x86_64.s
|
||||
ASM_X86_64_ELF += md5/md5-elf-x86_64.s
|
||||
ASM_X86_64_ELF += modes/ghash-elf-x86_64.s
|
||||
ASM_X86_64_ELF += rc4/rc4-elf-x86_64.s
|
||||
ASM_X86_64_ELF += rc4/rc4-md5-elf-x86_64.s
|
||||
ASM_X86_64_ELF += sha/sha1-elf-x86_64.s
|
||||
ASM_X86_64_ELF = aes/aes-elf-x86_64.S
|
||||
ASM_X86_64_ELF += aes/bsaes-elf-x86_64.S
|
||||
ASM_X86_64_ELF += aes/vpaes-elf-x86_64.S
|
||||
ASM_X86_64_ELF += aes/aesni-elf-x86_64.S
|
||||
ASM_X86_64_ELF += aes/aesni-sha1-elf-x86_64.S
|
||||
ASM_X86_64_ELF += bn/modexp512-elf-x86_64.S
|
||||
ASM_X86_64_ELF += bn/mont-elf-x86_64.S
|
||||
ASM_X86_64_ELF += bn/mont5-elf-x86_64.S
|
||||
ASM_X86_64_ELF += bn/gf2m-elf-x86_64.S
|
||||
ASM_X86_64_ELF += camellia/cmll-elf-x86_64.S
|
||||
ASM_X86_64_ELF += md5/md5-elf-x86_64.S
|
||||
ASM_X86_64_ELF += modes/ghash-elf-x86_64.S
|
||||
ASM_X86_64_ELF += rc4/rc4-elf-x86_64.S
|
||||
ASM_X86_64_ELF += rc4/rc4-md5-elf-x86_64.S
|
||||
ASM_X86_64_ELF += sha/sha1-elf-x86_64.S
|
||||
ASM_X86_64_ELF += sha/sha256-elf-x86_64.S
|
||||
ASM_X86_64_ELF += sha/sha512-elf-x86_64.S
|
||||
ASM_X86_64_ELF += whrlpool/wp-elf-x86_64.s
|
||||
ASM_X86_64_ELF += whrlpool/wp-elf-x86_64.S
|
||||
ASM_X86_64_ELF += cpuid-elf-x86_64.S
|
||||
|
||||
EXTRA_DIST += $(ASM_X86_64_ELF)
|
||||
|
Reference in New Issue
Block a user