diff options
author | Ron Yorston <rmy@pobox.com> | 2014-06-30 21:13:06 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-06-30 21:13:06 +0100 |
commit | 099e8b6438345baae560a629d548af07a8c3125c (patch) | |
tree | 71b5600b22b0019af675e4a991394ce32c8207c5 /libbb/Kbuild.src | |
parent | e19594cc6e49e78fa50a654f15cf9a04e77d054a (diff) | |
parent | 184b2669175e562d58894e22f6320cebf3316c25 (diff) | |
download | busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.tar.gz busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.tar.bz2 busybox-w32-099e8b6438345baae560a629d548af07a8c3125c.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index 107c80689..d7ab1b129 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -84,6 +84,7 @@ lib-y += skip_whitespace.o | |||
84 | lib-y += speed_table.o | 84 | lib-y += speed_table.o |
85 | lib-y += str_tolower.o | 85 | lib-y += str_tolower.o |
86 | lib-y += strrstr.o | 86 | lib-y += strrstr.o |
87 | lib-y += sysconf.o | ||
87 | lib-y += time.o | 88 | lib-y += time.o |
88 | lib-y += trim.o | 89 | lib-y += trim.o |
89 | lib-y += u_signal_names.o | 90 | lib-y += u_signal_names.o |