aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-18 16:41:12 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-18 16:41:12 +0200
commit8f0845cad7bfc46939132b33f9cd0753b261b953 (patch)
tree20a145e6079389121d39e7304eaf8d885a118526 /libbb/Kbuild.src
parentc484846c4459affa769b84cbd0b586f2bbaec828 (diff)
downloadbusybox-w32-8f0845cad7bfc46939132b33f9cd0753b261b953.tar.gz
busybox-w32-8f0845cad7bfc46939132b33f9cd0753b261b953.tar.bz2
busybox-w32-8f0845cad7bfc46939132b33f9cd0753b261b953.zip
libbb: rename source files, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 653025e56..c3b30003f 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -56,11 +56,11 @@ lib-y += login.o
56lib-y += make_directory.o 56lib-y += make_directory.o
57lib-y += makedev.o 57lib-y += makedev.o
58lib-y += hash_md5_sha.o 58lib-y += hash_md5_sha.o
59lib-y += hash_md5_sha_x86-64.o 59lib-y += hash_sha1_x86-64.o
60lib-y += hash_md5_sha_x86-64_shaNI.o 60lib-y += hash_sha1_hwaccel_x86-64.o
61lib-y += hash_md5_sha_x86-32_shaNI.o 61lib-y += hash_sha1_hwaccel_x86-32.o
62lib-y += hash_md5_sha256_x86-64_shaNI.o 62lib-y += hash_sha256_hwaccel_x86-64.o
63lib-y += hash_md5_sha256_x86-32_shaNI.o 63lib-y += hash_sha256_hwaccel_x86-32.o
64# Alternative (disabled) MD5 implementation 64# Alternative (disabled) MD5 implementation
65#lib-y += hash_md5prime.o 65#lib-y += hash_md5prime.o
66lib-y += messages.o 66lib-y += messages.o