diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 4e992ef5b..27ed68c2c 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -28,7 +28,7 @@ lib-y:= \ | |||
28 | getopt32.o default_error_retval.o wfopen_input.o speed_table.o \ | 28 | getopt32.o default_error_retval.o wfopen_input.o speed_table.o \ |
29 | perror_nomsg_and_die.o perror_nomsg.o skip_whitespace.o bb_askpass.o \ | 29 | perror_nomsg_and_die.o perror_nomsg.o skip_whitespace.o bb_askpass.o \ |
30 | warn_ignoring_args.o concat_subpath_file.o vfork_daemon_rexec.o \ | 30 | warn_ignoring_args.o concat_subpath_file.o vfork_daemon_rexec.o \ |
31 | bb_do_delay.o uuencode.o info_msg.o vinfo_msg.o | 31 | bb_do_delay.o uuencode.o info_msg.o vinfo_msg.o execable.o |
32 | 32 | ||
33 | # conditionally compiled objects: | 33 | # conditionally compiled objects: |
34 | lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o | 34 | lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o |