libbb: rename source files, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c484846c44
commit
8f0845cad7
7 changed files with 8 additions and 8 deletions
|
@ -56,11 +56,11 @@ lib-y += login.o
|
||||||
lib-y += make_directory.o
|
lib-y += make_directory.o
|
||||||
lib-y += makedev.o
|
lib-y += makedev.o
|
||||||
lib-y += hash_md5_sha.o
|
lib-y += hash_md5_sha.o
|
||||||
lib-y += hash_md5_sha_x86-64.o
|
lib-y += hash_sha1_x86-64.o
|
||||||
lib-y += hash_md5_sha_x86-64_shaNI.o
|
lib-y += hash_sha1_hwaccel_x86-64.o
|
||||||
lib-y += hash_md5_sha_x86-32_shaNI.o
|
lib-y += hash_sha1_hwaccel_x86-32.o
|
||||||
lib-y += hash_md5_sha256_x86-64_shaNI.o
|
lib-y += hash_sha256_hwaccel_x86-64.o
|
||||||
lib-y += hash_md5_sha256_x86-32_shaNI.o
|
lib-y += hash_sha256_hwaccel_x86-32.o
|
||||||
# Alternative (disabled) MD5 implementation
|
# Alternative (disabled) MD5 implementation
|
||||||
#lib-y += hash_md5prime.o
|
#lib-y += hash_md5prime.o
|
||||||
lib-y += messages.o
|
lib-y += messages.o
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
### Generated by hash_md5_sha_x86-64.S.sh ###
|
### Generated by hash_sha1_x86-64.S.sh ###
|
||||||
|
|
||||||
#if CONFIG_SHA1_SMALL == 0 && defined(__GNUC__) && defined(__x86_64__)
|
#if CONFIG_SHA1_SMALL == 0 && defined(__GNUC__) && defined(__x86_64__)
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
|
@ -4,7 +4,7 @@
|
||||||
# The reason is that the changes to generated code are difficult
|
# The reason is that the changes to generated code are difficult
|
||||||
# to visualize by looking only at this script, it helps when the commit
|
# to visualize by looking only at this script, it helps when the commit
|
||||||
# also contains the diff of the generated file.
|
# also contains the diff of the generated file.
|
||||||
exec >hash_md5_sha_x86-64.S
|
exec >hash_sha1_x86-64.S
|
||||||
|
|
||||||
# Based on http://arctic.org/~dean/crypto/sha1.html.
|
# Based on http://arctic.org/~dean/crypto/sha1.html.
|
||||||
# ("This SHA1 implementation is public domain.")
|
# ("This SHA1 implementation is public domain.")
|
||||||
|
@ -124,7 +124,7 @@ INTERLEAVE() {
|
||||||
# ...but pshufb is a SSSE3 insn. Can't use it.
|
# ...but pshufb is a SSSE3 insn. Can't use it.
|
||||||
|
|
||||||
echo \
|
echo \
|
||||||
"### Generated by hash_md5_sha_x86-64.S.sh ###
|
"### Generated by hash_sha1_x86-64.S.sh ###
|
||||||
|
|
||||||
#if CONFIG_SHA1_SMALL == 0 && defined(__GNUC__) && defined(__x86_64__)
|
#if CONFIG_SHA1_SMALL == 0 && defined(__GNUC__) && defined(__x86_64__)
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
Loading…
Add table
Add a link
Reference in a new issue