diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-01-03 01:57:29 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-01-03 12:57:36 +0100 |
commit | 05fd13ebec869fc5e6f226481a2405a2685e8db1 (patch) | |
tree | bd112a629c547af9bb2a974d1b47fd5f193c3813 /libbb/Kbuild.src | |
parent | 5c0c5582319a5123635c9fd62f8e99ef01cceb3f (diff) | |
download | busybox-w32-05fd13ebec869fc5e6f226481a2405a2685e8db1.tar.gz busybox-w32-05fd13ebec869fc5e6f226481a2405a2685e8db1.tar.bz2 busybox-w32-05fd13ebec869fc5e6f226481a2405a2685e8db1.zip |
libbb/sha1: x86_64 version: move to a separate .S file, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 2fa239857..19b8aad60 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -56,6 +56,7 @@ lib-y += login.o | |||
56 | lib-y += make_directory.o | 56 | lib-y += make_directory.o |
57 | lib-y += makedev.o | 57 | lib-y += makedev.o |
58 | lib-y += hash_md5_sha.o | 58 | lib-y += hash_md5_sha.o |
59 | lib-y += hash_md5_sha_x86-64.o | ||
59 | # Alternative (disabled) MD5 implementation | 60 | # Alternative (disabled) MD5 implementation |
60 | #lib-y += hash_md5prime.o | 61 | #lib-y += hash_md5prime.o |
61 | lib-y += messages.o | 62 | lib-y += messages.o |