diff options
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 7fb687227..d94b65008 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -37,25 +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 | ||
49 | lib-y += info_msg.o | 46 | lib-y += info_msg.o |
50 | lib-y += inode_hash.o | 47 | lib-y += inode_hash.o |
51 | lib-y += isdirectory.o | 48 | lib-y += isdirectory.o |
52 | lib-y += kernel_version.o | ||
53 | lib-y += last_char_is.o | 49 | lib-y += last_char_is.o |
54 | lib-y += lineedit.o lineedit_ptr_hack.o | 50 | lib-y += lineedit.o lineedit_ptr_hack.o |
55 | lib-y += llist.o | 51 | lib-y += llist.o |
56 | lib-y += login.o | ||
57 | lib-y += make_directory.o | 52 | lib-y += make_directory.o |
58 | lib-y += makedev.o | ||
59 | lib-y += hash_md5_sha.o | 53 | lib-y += hash_md5_sha.o |
60 | # Alternative (disabled) MD5 implementation | 54 | # Alternative (disabled) MD5 implementation |
61 | #lib-y += hash_md5prime.o | 55 | #lib-y += hash_md5prime.o |
@@ -76,7 +70,6 @@ lib-y += progress.o | |||
76 | lib-y += ptr_to_globals.o | 70 | lib-y += ptr_to_globals.o |
77 | lib-y += read.o | 71 | lib-y += read.o |
78 | lib-y += read_printf.o | 72 | lib-y += read_printf.o |
79 | lib-y += read_key.o | ||
80 | lib-y += recursive_action.o | 73 | lib-y += recursive_action.o |
81 | lib-y += remove_file.o | 74 | lib-y += remove_file.o |
82 | lib-y += run_shell.o | 75 | lib-y += run_shell.o |
@@ -85,7 +78,6 @@ lib-y += safe_poll.o | |||
85 | lib-y += safe_strncpy.o | 78 | lib-y += safe_strncpy.o |
86 | lib-y += safe_write.o | 79 | lib-y += safe_write.o |
87 | lib-y += setup_environment.o | 80 | lib-y += setup_environment.o |
88 | lib-y += signals.o | ||
89 | lib-y += simplify_path.o | 81 | lib-y += simplify_path.o |
90 | lib-y += single_argv.o | 82 | lib-y += single_argv.o |
91 | lib-y += skip_whitespace.o | 83 | lib-y += skip_whitespace.o |
@@ -110,10 +102,20 @@ lib-y += xfuncs.o | |||
110 | lib-y += xfuncs_printf.o | 102 | lib-y += xfuncs_printf.o |
111 | lib-y += xfunc_die.o | 103 | lib-y += xfunc_die.o |
112 | lib-y += xgetcwd.o | 104 | lib-y += xgetcwd.o |
113 | lib-y += xgethostbyname.o | ||
114 | lib-y += xreadlink.o | 105 | lib-y += xreadlink.o |
115 | lib-y += xrealloc_vector.o | 106 | lib-y += xrealloc_vector.o |
116 | 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 | |||
117 | lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o | 119 | lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o |
118 | 120 | ||
119 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o | 121 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o |