diff options
Diffstat (limited to '')
-rw-r--r-- | libbb/Kbuild.src | 51 |
1 files changed, 28 insertions, 23 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index cb8d2c2ec..32fde90e6 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -10,17 +10,14 @@ lib-y:= | |||
10 | 10 | ||
11 | INSERT | 11 | INSERT |
12 | 12 | ||
13 | lib-y += alloc_affinity.o | ||
14 | lib-y += appletlib.o | 13 | lib-y += appletlib.o |
15 | lib-y += ask_confirmation.o | 14 | lib-y += ask_confirmation.o |
16 | lib-y += bb_askpass.o | ||
17 | lib-y += bb_bswap_64.o | 15 | lib-y += bb_bswap_64.o |
18 | lib-y += bb_do_delay.o | 16 | lib-y += bb_do_delay.o |
19 | lib-y += bb_pwd.o | 17 | lib-y += bb_pwd.o |
20 | lib-y += bb_qsort.o | 18 | lib-y += bb_qsort.o |
21 | #lib-y += bb_strtod.o | 19 | #lib-y += bb_strtod.o |
22 | lib-y += bb_strtonum.o | 20 | lib-y += bb_strtonum.o |
23 | lib-y += change_identity.o | ||
24 | lib-y += chomp.o | 21 | lib-y += chomp.o |
25 | lib-y += compare_string_array.o | 22 | lib-y += compare_string_array.o |
26 | lib-y += concat_path_file.o | 23 | lib-y += concat_path_file.o |
@@ -30,32 +27,23 @@ lib-y += copy_file.o | |||
30 | lib-y += copyfd.o | 27 | lib-y += copyfd.o |
31 | lib-y += crc32.o | 28 | lib-y += crc32.o |
32 | lib-y += default_error_retval.o | 29 | lib-y += default_error_retval.o |
33 | lib-y += device_open.o | ||
34 | lib-y += dump.o | 30 | lib-y += dump.o |
35 | lib-y += executable.o | 31 | lib-y += executable.o |
36 | lib-y += fclose_nonstdin.o | 32 | lib-y += fclose_nonstdin.o |
37 | lib-y += fflush_stdout_and_exit.o | 33 | lib-y += fflush_stdout_and_exit.o |
38 | lib-y += fgets_str.o | 34 | lib-y += fgets_str.o |
39 | lib-y += find_pid_by_name.o | 35 | lib-y += find_pid_by_name.o |
40 | lib-y += find_root_device.o | ||
41 | lib-y += full_write.o | 36 | lib-y += full_write.o |
42 | lib-y += get_console.o | ||
43 | lib-y += get_last_path_component.o | 37 | lib-y += get_last_path_component.o |
44 | lib-y += get_line_from_file.o | 38 | lib-y += get_line_from_file.o |
45 | lib-y += getpty.o | 39 | lib-y += getopt32.o |
46 | lib-y += get_volsize.o | ||
47 | lib-y += herror_msg.o | 40 | lib-y += herror_msg.o |
48 | lib-y += human_readable.o | 41 | lib-y += human_readable.o |
49 | lib-y += inet_common.o | ||
50 | lib-y += inode_hash.o | ||
51 | lib-y += isdirectory.o | 42 | lib-y += isdirectory.o |
52 | lib-y += kernel_version.o | ||
53 | lib-y += last_char_is.o | 43 | lib-y += last_char_is.o |
54 | lib-y += lineedit.o lineedit_ptr_hack.o | 44 | lib-y += lineedit.o lineedit_ptr_hack.o |
55 | lib-y += llist.o | 45 | lib-y += llist.o |
56 | lib-y += login.o | ||
57 | lib-y += make_directory.o | 46 | lib-y += make_directory.o |
58 | lib-y += makedev.o | ||
59 | lib-y += hash_md5_sha.o | 47 | lib-y += hash_md5_sha.o |
60 | lib-y += hash_sha1_x86-64.o | 48 | lib-y += hash_sha1_x86-64.o |
61 | lib-y += hash_sha1_hwaccel_x86-64.o | 49 | lib-y += hash_sha1_hwaccel_x86-64.o |
@@ -68,21 +56,18 @@ lib-y += messages.o | |||
68 | lib-y += mode_string.o | 56 | lib-y += mode_string.o |
69 | lib-y += parse_mode.o | 57 | lib-y += parse_mode.o |
70 | lib-y += perror_msg.o | 58 | lib-y += perror_msg.o |
71 | lib-y += perror_nomsg.o | ||
72 | lib-y += perror_nomsg_and_die.o | 59 | lib-y += perror_nomsg_and_die.o |
73 | lib-y += pidfile.o | ||
74 | lib-y += platform.o | 60 | lib-y += platform.o |
75 | lib-y += popcnt.o | 61 | lib-y += popcnt.o |
76 | lib-y += printable.o | 62 | lib-y += printable.o |
77 | lib-y += printable_string.o | 63 | lib-y += printable_string.o |
78 | lib-y += print_flags.o | ||
79 | lib-y += process_escape_sequence.o | 64 | lib-y += process_escape_sequence.o |
80 | lib-y += procps.o | 65 | lib-y += procps.o |
81 | lib-y += progress.o | 66 | lib-y += progress.o |
82 | lib-y += ptr_to_globals.o | 67 | lib-y += ptr_to_globals.o |
83 | lib-y += read.o | 68 | lib-y += read.o |
84 | lib-y += read_printf.o | ||
85 | lib-y += read_key.o | 69 | lib-y += read_key.o |
70 | lib-y += read_printf.o | ||
86 | lib-y += recursive_action.o | 71 | lib-y += recursive_action.o |
87 | lib-y += remove_file.o | 72 | lib-y += remove_file.o |
88 | lib-y += run_shell.o | 73 | lib-y += run_shell.o |
@@ -91,12 +76,9 @@ lib-y += safe_poll.o | |||
91 | lib-y += safe_strncpy.o | 76 | lib-y += safe_strncpy.o |
92 | lib-y += safe_write.o | 77 | lib-y += safe_write.o |
93 | lib-y += securetty.o | 78 | lib-y += securetty.o |
94 | lib-y += setup_environment.o | ||
95 | lib-y += signals.o | ||
96 | lib-y += simplify_path.o | 79 | lib-y += simplify_path.o |
97 | lib-y += single_argv.o | 80 | lib-y += single_argv.o |
98 | lib-y += skip_whitespace.o | 81 | lib-y += skip_whitespace.o |
99 | lib-y += speed_table.o | ||
100 | lib-y += str_tolower.o | 82 | lib-y += str_tolower.o |
101 | lib-y += strrstr.o | 83 | lib-y += strrstr.o |
102 | lib-y += sysconf.o | 84 | lib-y += sysconf.o |
@@ -109,17 +91,39 @@ lib-y += vfork_daemon_rexec.o | |||
109 | lib-y += warn_ignoring_args.o | 91 | lib-y += warn_ignoring_args.o |
110 | lib-y += wfopen.o | 92 | lib-y += wfopen.o |
111 | lib-y += wfopen_input.o | 93 | lib-y += wfopen_input.o |
112 | lib-y += write.o | ||
113 | lib-y += xatonum.o | 94 | lib-y += xatonum.o |
114 | lib-y += xconnect.o | 95 | lib-y += xconnect.o |
115 | lib-y += xfuncs.o | 96 | lib-y += xfuncs.o |
116 | lib-y += xfuncs_printf.o | 97 | lib-y += xfuncs_printf.o |
117 | lib-y += xfunc_die.o | 98 | lib-y += xfunc_die.o |
118 | lib-y += xgetcwd.o | 99 | lib-y += xgetcwd.o |
119 | lib-y += xgethostbyname.o | ||
120 | lib-y += xreadlink.o | 100 | lib-y += xreadlink.o |
121 | lib-y += xrealloc_vector.o | 101 | lib-y += xrealloc_vector.o |
122 | 102 | ||
103 | lib-$(CONFIG_PLATFORM_POSIX) += alloc_affinity.o | ||
104 | lib-$(CONFIG_PLATFORM_POSIX) += bb_askpass.o | ||
105 | lib-$(CONFIG_PLATFORM_POSIX) += change_identity.o | ||
106 | lib-$(CONFIG_PLATFORM_POSIX) += device_open.o | ||
107 | lib-$(CONFIG_PLATFORM_POSIX) += find_root_device.o | ||
108 | lib-$(CONFIG_PLATFORM_POSIX) += get_console.o | ||
109 | lib-$(CONFIG_PLATFORM_POSIX) += getpty.o | ||
110 | lib-$(CONFIG_PLATFORM_POSIX) += get_volsize.o | ||
111 | lib-$(CONFIG_PLATFORM_POSIX) += inet_common.o | ||
112 | lib-$(CONFIG_PLATFORM_POSIX) += inode_hash.o | ||
113 | lib-$(CONFIG_FEATURE_EXTRA_FILE_DATA) += inode_hash.o | ||
114 | lib-$(CONFIG_PLATFORM_POSIX) += kernel_version.o | ||
115 | lib-$(CONFIG_PLATFORM_POSIX) += login.o | ||
116 | lib-$(CONFIG_PLATFORM_POSIX) += makedev.o | ||
117 | lib-$(CONFIG_PLATFORM_POSIX) += perror_nomsg.o | ||
118 | lib-$(CONFIG_PLATFORM_POSIX) += pidfile.o | ||
119 | lib-$(CONFIG_PLATFORM_POSIX) += print_flags.o | ||
120 | lib-$(CONFIG_PLATFORM_POSIX) += setup_environment.o | ||
121 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o | ||
122 | lib-$(CONFIG_PLATFORM_POSIX) += speed_table.o | ||
123 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o | ||
124 | lib-$(CONFIG_PLATFORM_POSIX) += write.o | ||
125 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o | ||
126 | |||
123 | lib-$(CONFIG_MOUNT) += match_fstype.o | 127 | lib-$(CONFIG_MOUNT) += match_fstype.o |
124 | lib-$(CONFIG_UMOUNT) += match_fstype.o | 128 | lib-$(CONFIG_UMOUNT) += match_fstype.o |
125 | 129 | ||
@@ -132,7 +136,7 @@ lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o | |||
132 | lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o | 136 | lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o |
133 | lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o | 137 | lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o |
134 | 138 | ||
135 | lib-$(CONFIG_NC) += udp_io.o | 139 | lib-$(CONFIG_NC_110_COMPAT) += udp_io.o |
136 | lib-$(CONFIG_NETCAT) += udp_io.o | 140 | lib-$(CONFIG_NETCAT) += udp_io.o |
137 | lib-$(CONFIG_DNSD) += udp_io.o | 141 | lib-$(CONFIG_DNSD) += udp_io.o |
138 | lib-$(CONFIG_NTPD) += udp_io.o | 142 | lib-$(CONFIG_NTPD) += udp_io.o |
@@ -171,6 +175,7 @@ lib-$(CONFIG_MKE2FS) += find_mount_point.o | |||
171 | lib-$(CONFIG_MKFS_REISER) += find_mount_point.o | 175 | lib-$(CONFIG_MKFS_REISER) += find_mount_point.o |
172 | lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o | 176 | lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o |
173 | lib-$(CONFIG_MOUNT) += find_mount_point.o | 177 | lib-$(CONFIG_MOUNT) += find_mount_point.o |
178 | lib-$(CONFIG_STAT) += find_mount_point.o | ||
174 | 179 | ||
175 | lib-$(CONFIG_HWCLOCK) += rtc.o | 180 | lib-$(CONFIG_HWCLOCK) += rtc.o |
176 | lib-$(CONFIG_RTCWAKE) += rtc.o | 181 | lib-$(CONFIG_RTCWAKE) += rtc.o |