diff options
author | Denys Vlasenko | 2009-12-11 15:01:54 +0100 |
---|---|---|
committer | Denys Vlasenko | 2009-12-11 15:01:54 +0100 |
commit | 1315c30fefe6e64cd2cbc95fe484b02ce70afec1 (patch) | |
tree | d36c8f0f100be209f3a4bb46a58f4fb688d9f8a5 | |
parent | 800ff7cc75b05f475461869daf80f71cab62aba4 (diff) | |
download | busybox-1315c30fefe6e64cd2cbc95fe484b02ce70afec1.zip busybox-1315c30fefe6e64cd2cbc95fe484b02ce70afec1.tar.gz |
mount: needs find_mount_point.o
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 130ad25..c099570 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild @@ -146,6 +146,7 @@ lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o 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 |