aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-10-18 13:46:07 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-10-18 13:46:07 +0200
commiteb7fe6dbf5bc93a229379a8047539dd8b90e0974 (patch)
tree6db33ebe65bea558e10315cf93771a5024a2aaed /libbb/Kbuild.src
parente08ef581af510312dacba40e78a6af7ca36ffbc5 (diff)
downloadbusybox-w32-eb7fe6dbf5bc93a229379a8047539dd8b90e0974.tar.gz
busybox-w32-eb7fe6dbf5bc93a229379a8047539dd8b90e0974.tar.bz2
busybox-w32-eb7fe6dbf5bc93a229379a8047539dd8b90e0974.zip
libbb: move md5 and shaN into a common source file. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 0955d73e1..5b3be413b 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -60,7 +60,6 @@ lib-y += login.o
60lib-y += make_directory.o 60lib-y += make_directory.o
61lib-y += makedev.o 61lib-y += makedev.o
62lib-y += match_fstype.o 62lib-y += match_fstype.o
63lib-y += hash_md5.o
64# Alternative (disabled) implementation 63# Alternative (disabled) implementation
65#lib-y += hash_md5prime.o 64#lib-y += hash_md5prime.o
66lib-y += hash_sha.o 65lib-y += hash_sha.o