diff options
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 550723cea..c15615302 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -10,6 +10,7 @@ lib-y += ask_confirmation.o | |||
10 | lib-y += bb_askpass.o | 10 | lib-y += bb_askpass.o |
11 | lib-y += bb_do_delay.o | 11 | lib-y += bb_do_delay.o |
12 | lib-y += bb_pwd.o | 12 | lib-y += bb_pwd.o |
13 | lib-y += bb_strtonum.o | ||
13 | lib-y += change_identity.o | 14 | lib-y += change_identity.o |
14 | lib-y += chomp.o | 15 | lib-y += chomp.o |
15 | lib-y += compare_string_array.o | 16 | lib-y += compare_string_array.o |
@@ -67,7 +68,6 @@ lib-y += remove_file.o | |||
67 | lib-y += restricted_shell.o | 68 | lib-y += restricted_shell.o |
68 | lib-y += run_shell.o | 69 | lib-y += run_shell.o |
69 | lib-y += safe_strncpy.o | 70 | lib-y += safe_strncpy.o |
70 | lib-y += safe_strtol.o | ||
71 | lib-y += safe_write.o | 71 | lib-y += safe_write.o |
72 | lib-y += setup_environment.o | 72 | lib-y += setup_environment.o |
73 | lib-y += sha1.o | 73 | lib-y += sha1.o |