diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-11 15:01:54 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-11 15:01:54 +0100 |
| commit | 1315c30fefe6e64cd2cbc95fe484b02ce70afec1 (patch) | |
| tree | d36c8f0f100be209f3a4bb46a58f4fb688d9f8a5 /libbb | |
| parent | 800ff7cc75b05f475461869daf80f71cab62aba4 (diff) | |
| download | busybox-w32-1315c30fefe6e64cd2cbc95fe484b02ce70afec1.tar.gz busybox-w32-1315c30fefe6e64cd2cbc95fe484b02ce70afec1.tar.bz2 busybox-w32-1315c30fefe6e64cd2cbc95fe484b02ce70afec1.zip | |
mount: needs find_mount_point.o
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
| -rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 130ad25de..c0995708a 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
| @@ -146,6 +146,7 @@ lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o | |||
| 146 | lib-$(CONFIG_DF) += find_mount_point.o | 146 | lib-$(CONFIG_DF) += find_mount_point.o |
| 147 | lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o | 147 | lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o |
| 148 | lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o | 148 | lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o |
| 149 | lib-$(CONFIG_MOUNT) += find_mount_point.o | ||
| 149 | 150 | ||
| 150 | lib-$(CONFIG_HWCLOCK) += rtc.o | 151 | lib-$(CONFIG_HWCLOCK) += rtc.o |
| 151 | lib-$(CONFIG_RTCWAKE) += rtc.o | 152 | lib-$(CONFIG_RTCWAKE) += rtc.o |
