diff options
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 909f527ba..4e992ef5b 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -15,7 +15,7 @@ lib-y:= \ | |||
15 | human_readable.o inet_common.o inode_hash.o isdirectory.o \ | 15 | human_readable.o inet_common.o inode_hash.o isdirectory.o \ |
16 | kernel_version.o last_char_is.o login.o \ | 16 | kernel_version.o last_char_is.o login.o \ |
17 | make_directory.o md5.o mode_string.o mtab_file.o \ | 17 | make_directory.o md5.o mode_string.o mtab_file.o \ |
18 | obscure.o parse_mode.o parse_number.o perror_msg.o \ | 18 | obscure.o parse_mode.o perror_msg.o \ |
19 | perror_msg_and_die.o get_console.o \ | 19 | perror_msg_and_die.o get_console.o \ |
20 | process_escape_sequence.o procps.o \ | 20 | process_escape_sequence.o procps.o \ |
21 | recursive_action.o remove_file.o \ | 21 | recursive_action.o remove_file.o \ |
@@ -23,7 +23,7 @@ lib-y:= \ | |||
23 | safe_strncpy.o setup_environment.o sha1.o simplify_path.o \ | 23 | safe_strncpy.o setup_environment.o sha1.o simplify_path.o \ |
24 | trim.o u_signal_names.o vdprintf.o verror_msg.o \ | 24 | trim.o u_signal_names.o vdprintf.o verror_msg.o \ |
25 | vherror_msg.o vperror_msg.o wfopen.o xconnect.o xgetcwd.o \ | 25 | vherror_msg.o vperror_msg.o wfopen.o xconnect.o xgetcwd.o \ |
26 | xgethostbyname.o xgethostbyname2.o xreadlink.o xgetlarg.o \ | 26 | xgethostbyname.o xgethostbyname2.o xreadlink.o \ |
27 | fclose_nonstdin.o fflush_stdout_and_exit.o \ | 27 | fclose_nonstdin.o fflush_stdout_and_exit.o \ |
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 \ |
@@ -55,7 +55,7 @@ lib-$(CONFIG_DEVFSD) += xregcomp.o | |||
55 | lib-y += messages.o | 55 | lib-y += messages.o |
56 | lib-y += xfuncs.o | 56 | lib-y += xfuncs.o |
57 | lib-y += printf.o | 57 | lib-y += printf.o |
58 | lib-y += xgetularg.o | 58 | lib-y += xatol.o |
59 | lib-y += safe_strtol.o | 59 | lib-y += safe_strtol.o |
60 | lib-y += bb_pwd.o | 60 | lib-y += bb_pwd.o |
61 | lib-y += llist.o | 61 | lib-y += llist.o |