projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
800ff7c
)
mount: needs find_mount_point.o
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 11 Dec 2009 14:01:54 +0000
(15:01 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 11 Dec 2009 14:01:54 +0000
(15:01 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/Kbuild
patch
|
blob
|
history
diff --git
a/libbb/Kbuild
b/libbb/Kbuild
index 130ad25de9d08627714bf62a10fc957cd8c9ff36..c0995708aebdcdd5144effc74bea468d5e86d861 100644
(file)
--- 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