commit | 1315c30fefe6e64cd2cbc95fe484b02ce70afec1 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Dec 11 15:01:54 2009 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Dec 11 15:01:54 2009 +0100 |
tree | d36c8f0f100be209f3a4bb46a58f4fb688d9f8a5 | |
parent | 800ff7cc75b05f475461869daf80f71cab62aba4 [diff] [blame] |
mount: needs find_mount_point.o Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/Kbuild b/libbb/Kbuild index 130ad25..c099570 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild
@@ -146,6 +146,7 @@ lib-$(CONFIG_DF) += find_mount_point.o lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o +lib-$(CONFIG_MOUNT) += find_mount_point.o lib-$(CONFIG_HWCLOCK) += rtc.o lib-$(CONFIG_RTCWAKE) += rtc.o