diff options
| author | Ron Yorston <rmy@pobox.com> | 2023-08-10 10:14:38 +0100 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2023-08-10 10:14:38 +0100 |
| commit | 1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77 (patch) | |
| tree | e317201c6424df53b4dbbfddc0de304d62c8a3a8 /libbb/Kbuild.src | |
| parent | 7b692ddf0c746014f94813bcb6418f0c95d85afc (diff) | |
| parent | 8f0845cad7bfc46939132b33f9cd0753b261b953 (diff) | |
| download | busybox-w32-1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77.tar.gz busybox-w32-1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77.tar.bz2 busybox-w32-1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77.zip | |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/Kbuild.src')
| -rw-r--r-- | libbb/Kbuild.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index d6394fe27..80fe8fef0 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
| @@ -45,11 +45,11 @@ lib-y += lineedit.o lineedit_ptr_hack.o | |||
| 45 | lib-y += llist.o | 45 | lib-y += llist.o |
| 46 | lib-y += make_directory.o | 46 | lib-y += make_directory.o |
| 47 | lib-y += hash_md5_sha.o | 47 | lib-y += hash_md5_sha.o |
| 48 | lib-y += hash_md5_sha_x86-64.o | 48 | lib-y += hash_sha1_x86-64.o |
| 49 | lib-y += hash_md5_sha_x86-64_shaNI.o | 49 | lib-y += hash_sha1_hwaccel_x86-64.o |
| 50 | lib-y += hash_md5_sha_x86-32_shaNI.o | 50 | lib-y += hash_sha1_hwaccel_x86-32.o |
| 51 | lib-y += hash_md5_sha256_x86-64_shaNI.o | 51 | lib-y += hash_sha256_hwaccel_x86-64.o |
| 52 | lib-y += hash_md5_sha256_x86-32_shaNI.o | 52 | lib-y += hash_sha256_hwaccel_x86-32.o |
| 53 | # Alternative (disabled) MD5 implementation | 53 | # Alternative (disabled) MD5 implementation |
| 54 | #lib-y += hash_md5prime.o | 54 | #lib-y += hash_md5prime.o |
| 55 | lib-y += messages.o | 55 | lib-y += messages.o |
