diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-07 20:46:34 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-07 20:46:34 +0000 |
commit | d62fd84d4b309bc5fa6548288b82f21189d4f53f (patch) | |
tree | 323ecf50e92a496908b6749c1e0cc41a0669d8c3 /libbb | |
parent | 7930bcf7368e42b327b2a234f4e1be897fc25b1d (diff) | |
download | busybox-w32-d62fd84d4b309bc5fa6548288b82f21189d4f53f.tar.gz busybox-w32-d62fd84d4b309bc5fa6548288b82f21189d4f53f.tar.bz2 busybox-w32-d62fd84d4b309bc5fa6548288b82f21189d4f53f.zip |
libbusybox: move (possibly compressed) help stuff into libbusybox.
Makes individual binaries much smaller.
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 55b3658b4..c6c33bd6b 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -6,6 +6,7 @@ | |||
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
9 | lib-y += appletlib.o | ||
9 | lib-y += ask_confirmation.o | 10 | lib-y += ask_confirmation.o |
10 | lib-y += bb_askpass.o | 11 | lib-y += bb_askpass.o |
11 | lib-y += bb_basename.o | 12 | lib-y += bb_basename.o |