diff options
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 |