diff options
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 41bf54e75..67d3c7cf7 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -46,6 +46,8 @@ 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_md5_sha_x86-64.o |
49 | lib-y += hash_md5_sha_x86-64_shaNI.o | ||
50 | lib-y += hash_md5_sha_x86-32_shaNI.o | ||
49 | # Alternative (disabled) MD5 implementation | 51 | # Alternative (disabled) MD5 implementation |
50 | #lib-y += hash_md5prime.o | 52 | #lib-y += hash_md5prime.o |
51 | lib-y += messages.o | 53 | lib-y += messages.o |