aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-05-10 20:10:13 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-05-10 20:10:13 +1000
commitd2a9ddeb6cc58284996fbc5367877c99fee8914e (patch)
tree187cadb382d0336bbc529cc7ca9e3d1ccd680213 /libbb/Kbuild
parent1fa419fb3c7ef91e878398bb0388854d27d7bd8f (diff)
downloadbusybox-w32-old.tar.gz
busybox-w32-old.tar.bz2
busybox-w32-old.zip
general warning cleanupold
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r--libbb/Kbuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild
index b3560bd0b..1ef67a8b7 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -13,11 +13,17 @@ lib-y += change_identity.o
13lib-y += create_icmp6_socket.o 13lib-y += create_icmp6_socket.o
14lib-y += create_icmp_socket.o 14lib-y += create_icmp_socket.o
15lib-y += device_open.o 15lib-y += device_open.o
16lib-y += get_console.o
16lib-y += inet_common.o 17lib-y += inet_common.o
18lib-y += inode_hash.o
17lib-y += kernel_version.o 19lib-y += kernel_version.o
18lib-y += login.o 20lib-y += login.o
19lib-y += makedev.o 21lib-y += makedev.o
20lib-y += match_fstype.o 22lib-y += match_fstype.o
23lib-y += obscure.o
24lib-y += procps.o
25lib-y += restricted_shell.o
26lib-y += run_shell.o
21lib-y += setup_environment.o 27lib-y += setup_environment.o
22lib-y += speed_table.o 28lib-y += speed_table.o
23lib-y += vfork_daemon_rexec.o 29lib-y += vfork_daemon_rexec.o
@@ -46,7 +52,6 @@ lib-y += fgets_str.o
46lib-y += find_pid_by_name.o 52lib-y += find_pid_by_name.o
47lib-y += find_root_device.o 53lib-y += find_root_device.o
48lib-y += full_write.o 54lib-y += full_write.o
49lib-y += get_console.o
50lib-y += get_last_path_component.o 55lib-y += get_last_path_component.o
51lib-y += get_line_from_file.o 56lib-y += get_line_from_file.o
52lib-y += getopt32.o 57lib-y += getopt32.o
@@ -54,7 +59,6 @@ lib-y += herror_msg.o
54lib-y += herror_msg_and_die.o 59lib-y += herror_msg_and_die.o
55lib-y += human_readable.o 60lib-y += human_readable.o
56lib-y += info_msg.o 61lib-y += info_msg.o
57lib-y += inode_hash.o
58lib-y += isdirectory.o 62lib-y += isdirectory.o
59lib-y += last_char_is.o 63lib-y += last_char_is.o
60lib-y += lineedit.o 64lib-y += lineedit.o
@@ -64,7 +68,6 @@ lib-y += md5.o
64lib-y += messages.o 68lib-y += messages.o
65lib-y += mode_string.o 69lib-y += mode_string.o
66lib-y += mtab_file.o 70lib-y += mtab_file.o
67lib-y += obscure.o
68lib-y += parse_mode.o 71lib-y += parse_mode.o
69lib-y += perror_msg.o 72lib-y += perror_msg.o
70lib-y += perror_msg_and_die.o 73lib-y += perror_msg_and_die.o
@@ -72,12 +75,9 @@ lib-y += perror_nomsg.o
72lib-y += perror_nomsg_and_die.o 75lib-y += perror_nomsg_and_die.o
73lib-y += pidfile.o 76lib-y += pidfile.o
74lib-y += process_escape_sequence.o 77lib-y += process_escape_sequence.o
75lib-y += procps.o
76lib-y += read.o 78lib-y += read.o
77lib-y += recursive_action.o 79lib-y += recursive_action.o
78lib-y += remove_file.o 80lib-y += remove_file.o
79lib-y += restricted_shell.o
80lib-y += run_shell.o
81lib-y += safe_strncpy.o 81lib-y += safe_strncpy.o
82lib-y += safe_write.o 82lib-y += safe_write.o
83lib-y += sha1.o 83lib-y += sha1.o
@@ -140,6 +140,5 @@ lib-$(CONFIG_MINGW32) += strbuf_file.o
140lib-$(CONFIG_MINGW32) += strlcpy.o 140lib-$(CONFIG_MINGW32) += strlcpy.o
141lib-$(CONFIG_MINGW32) += termios.o 141lib-$(CONFIG_MINGW32) += termios.o
142lib-$(CONFIG_MINGW32) += trace.o 142lib-$(CONFIG_MINGW32) += trace.o
143lib-$(CONFIG_MINGW32) += usage.o
144lib-$(CONFIG_MINGW32) += winansi.o 143lib-$(CONFIG_MINGW32) += winansi.o
145lib-$(CONFIG_MINGW32) += write_or_die.o 144lib-$(CONFIG_MINGW32) += write_or_die.o