diff options
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index c0995708a..243626d67 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -145,6 +145,8 @@ lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o | |||
145 | 145 | ||
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_MKFS_EXT2) += find_mount_point.o | ||
149 | lib-$(CONFIG_MKFS_REISER) += find_mount_point.o | ||
148 | lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o | 150 | lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o |
149 | lib-$(CONFIG_MOUNT) += find_mount_point.o | 151 | lib-$(CONFIG_MOUNT) += find_mount_point.o |
150 | 152 | ||