diff options
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 458973f17..6749cceda 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -37,24 +37,19 @@ lib-y += fgets_str.o | |||
37 | lib-y += find_pid_by_name.o | 37 | lib-y += find_pid_by_name.o |
38 | lib-y += find_root_device.o | 38 | lib-y += find_root_device.o |
39 | lib-y += full_write.o | 39 | lib-y += full_write.o |
40 | lib-y += get_console.o | ||
41 | lib-y += get_last_path_component.o | 40 | lib-y += get_last_path_component.o |
42 | lib-y += get_line_from_file.o | 41 | lib-y += get_line_from_file.o |
43 | lib-y += getopt32.o | 42 | lib-y += getopt32.o |
44 | lib-y += getpty.o | ||
45 | lib-y += get_volsize.o | 43 | lib-y += get_volsize.o |
46 | lib-y += herror_msg.o | 44 | lib-y += herror_msg.o |
47 | lib-y += human_readable.o | 45 | lib-y += human_readable.o |
48 | lib-y += inet_common.o | 46 | lib-y += inet_common.o |
49 | lib-y += inode_hash.o | 47 | lib-y += inode_hash.o |
50 | lib-y += isdirectory.o | 48 | lib-y += isdirectory.o |
51 | lib-y += kernel_version.o | ||
52 | lib-y += last_char_is.o | 49 | lib-y += last_char_is.o |
53 | lib-y += lineedit.o lineedit_ptr_hack.o | 50 | lib-y += lineedit.o lineedit_ptr_hack.o |
54 | lib-y += llist.o | 51 | lib-y += llist.o |
55 | lib-y += login.o | ||
56 | lib-y += make_directory.o | 52 | lib-y += make_directory.o |
57 | lib-y += makedev.o | ||
58 | lib-y += hash_md5_sha.o | 53 | lib-y += hash_md5_sha.o |
59 | # Alternative (disabled) MD5 implementation | 54 | # Alternative (disabled) MD5 implementation |
60 | #lib-y += hash_md5prime.o | 55 | #lib-y += hash_md5prime.o |
@@ -75,7 +70,6 @@ lib-y += progress.o | |||
75 | lib-y += ptr_to_globals.o | 70 | lib-y += ptr_to_globals.o |
76 | lib-y += read.o | 71 | lib-y += read.o |
77 | lib-y += read_printf.o | 72 | lib-y += read_printf.o |
78 | lib-y += read_key.o | ||
79 | lib-y += recursive_action.o | 73 | lib-y += recursive_action.o |
80 | lib-y += remove_file.o | 74 | lib-y += remove_file.o |
81 | lib-y += run_shell.o | 75 | lib-y += run_shell.o |
@@ -85,7 +79,6 @@ lib-y += safe_strncpy.o | |||
85 | lib-y += safe_write.o | 79 | lib-y += safe_write.o |
86 | lib-y += securetty.o | 80 | lib-y += securetty.o |
87 | lib-y += setup_environment.o | 81 | lib-y += setup_environment.o |
88 | lib-y += signals.o | ||
89 | lib-y += simplify_path.o | 82 | lib-y += simplify_path.o |
90 | lib-y += single_argv.o | 83 | lib-y += single_argv.o |
91 | lib-y += skip_whitespace.o | 84 | lib-y += skip_whitespace.o |
@@ -109,10 +102,20 @@ lib-y += xfuncs.o | |||
109 | lib-y += xfuncs_printf.o | 102 | lib-y += xfuncs_printf.o |
110 | lib-y += xfunc_die.o | 103 | lib-y += xfunc_die.o |
111 | lib-y += xgetcwd.o | 104 | lib-y += xgetcwd.o |
112 | lib-y += xgethostbyname.o | ||
113 | lib-y += xreadlink.o | 105 | lib-y += xreadlink.o |
114 | lib-y += xrealloc_vector.o | 106 | lib-y += xrealloc_vector.o |
115 | 107 | ||
108 | lib-$(CONFIG_PLATFORM_POSIX) += get_console.o | ||
109 | lib-$(CONFIG_PLATFORM_POSIX) += getpty.o | ||
110 | lib-$(CONFIG_PLATFORM_POSIX) += inet_common.o | ||
111 | lib-$(CONFIG_PLATFORM_POSIX) += kernel_version.o | ||
112 | lib-$(CONFIG_PLATFORM_POSIX) += login.o | ||
113 | lib-$(CONFIG_PLATFORM_POSIX) += makedev.o | ||
114 | lib-$(CONFIG_PLATFORM_POSIX) += read_key.o | ||
115 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o | ||
116 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o | ||
117 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o | ||
118 | |||
116 | lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o | 119 | lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o |
117 | 120 | ||
118 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o | 121 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o |
@@ -124,7 +127,7 @@ lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o | |||
124 | lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o | 127 | lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o |
125 | lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o | 128 | lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o |
126 | 129 | ||
127 | lib-$(CONFIG_NC) += udp_io.o | 130 | lib-$(CONFIG_NC_110_COMPAT) += udp_io.o |
128 | lib-$(CONFIG_DNSD) += udp_io.o | 131 | lib-$(CONFIG_DNSD) += udp_io.o |
129 | lib-$(CONFIG_NTPD) += udp_io.o | 132 | lib-$(CONFIG_NTPD) += udp_io.o |
130 | lib-$(CONFIG_TFTP) += udp_io.o | 133 | lib-$(CONFIG_TFTP) += udp_io.o |