aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
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 d6394fe27..80fe8fef0 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -45,11 +45,11 @@ lib-y += lineedit.o lineedit_ptr_hack.o
45lib-y += llist.o 45lib-y += llist.o
46lib-y += make_directory.o 46lib-y += make_directory.o
47lib-y += hash_md5_sha.o 47lib-y += hash_md5_sha.o
48lib-y += hash_md5_sha_x86-64.o 48lib-y += hash_sha1_x86-64.o
49lib-y += hash_md5_sha_x86-64_shaNI.o 49lib-y += hash_sha1_hwaccel_x86-64.o
50lib-y += hash_md5_sha_x86-32_shaNI.o 50lib-y += hash_sha1_hwaccel_x86-32.o
51lib-y += hash_md5_sha256_x86-64_shaNI.o 51lib-y += hash_sha256_hwaccel_x86-64.o
52lib-y += hash_md5_sha256_x86-32_shaNI.o 52lib-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
55lib-y += messages.o 55lib-y += messages.o