aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild.src
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r--libbb/Kbuild.src21
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
37lib-y += find_pid_by_name.o 37lib-y += find_pid_by_name.o
38lib-y += find_root_device.o 38lib-y += find_root_device.o
39lib-y += full_write.o 39lib-y += full_write.o
40lib-y += get_console.o
41lib-y += get_last_path_component.o 40lib-y += get_last_path_component.o
42lib-y += get_line_from_file.o 41lib-y += get_line_from_file.o
43lib-y += getopt32.o 42lib-y += getopt32.o
44lib-y += getpty.o
45lib-y += get_volsize.o 43lib-y += get_volsize.o
46lib-y += herror_msg.o 44lib-y += herror_msg.o
47lib-y += human_readable.o 45lib-y += human_readable.o
48lib-y += inet_common.o 46lib-y += inet_common.o
49lib-y += inode_hash.o 47lib-y += inode_hash.o
50lib-y += isdirectory.o 48lib-y += isdirectory.o
51lib-y += kernel_version.o
52lib-y += last_char_is.o 49lib-y += last_char_is.o
53lib-y += lineedit.o lineedit_ptr_hack.o 50lib-y += lineedit.o lineedit_ptr_hack.o
54lib-y += llist.o 51lib-y += llist.o
55lib-y += login.o
56lib-y += make_directory.o 52lib-y += make_directory.o
57lib-y += makedev.o
58lib-y += hash_md5_sha.o 53lib-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
75lib-y += ptr_to_globals.o 70lib-y += ptr_to_globals.o
76lib-y += read.o 71lib-y += read.o
77lib-y += read_printf.o 72lib-y += read_printf.o
78lib-y += read_key.o
79lib-y += recursive_action.o 73lib-y += recursive_action.o
80lib-y += remove_file.o 74lib-y += remove_file.o
81lib-y += run_shell.o 75lib-y += run_shell.o
@@ -85,7 +79,6 @@ lib-y += safe_strncpy.o
85lib-y += safe_write.o 79lib-y += safe_write.o
86lib-y += securetty.o 80lib-y += securetty.o
87lib-y += setup_environment.o 81lib-y += setup_environment.o
88lib-y += signals.o
89lib-y += simplify_path.o 82lib-y += simplify_path.o
90lib-y += single_argv.o 83lib-y += single_argv.o
91lib-y += skip_whitespace.o 84lib-y += skip_whitespace.o
@@ -109,10 +102,20 @@ lib-y += xfuncs.o
109lib-y += xfuncs_printf.o 102lib-y += xfuncs_printf.o
110lib-y += xfunc_die.o 103lib-y += xfunc_die.o
111lib-y += xgetcwd.o 104lib-y += xgetcwd.o
112lib-y += xgethostbyname.o
113lib-y += xreadlink.o 105lib-y += xreadlink.o
114lib-y += xrealloc_vector.o 106lib-y += xrealloc_vector.o
115 107
108lib-$(CONFIG_PLATFORM_POSIX) += get_console.o
109lib-$(CONFIG_PLATFORM_POSIX) += getpty.o
110lib-$(CONFIG_PLATFORM_POSIX) += inet_common.o
111lib-$(CONFIG_PLATFORM_POSIX) += kernel_version.o
112lib-$(CONFIG_PLATFORM_POSIX) += login.o
113lib-$(CONFIG_PLATFORM_POSIX) += makedev.o
114lib-$(CONFIG_PLATFORM_POSIX) += read_key.o
115lib-$(CONFIG_PLATFORM_POSIX) += signals.o
116lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o
117lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o
118
116lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o 119lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o
117 120
118lib-$(CONFIG_FEATURE_UTMP) += utmp.o 121lib-$(CONFIG_FEATURE_UTMP) += utmp.o
@@ -124,7 +127,7 @@ lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o
124lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o 127lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o
125lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o 128lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o
126 129
127lib-$(CONFIG_NC) += udp_io.o 130lib-$(CONFIG_NC_110_COMPAT) += udp_io.o
128lib-$(CONFIG_DNSD) += udp_io.o 131lib-$(CONFIG_DNSD) += udp_io.o
129lib-$(CONFIG_NTPD) += udp_io.o 132lib-$(CONFIG_NTPD) += udp_io.o
130lib-$(CONFIG_TFTP) += udp_io.o 133lib-$(CONFIG_TFTP) += udp_io.o