diff options
author | Ron Yorston <rmy@pobox.com> | 2016-04-04 16:22:54 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-04-04 16:22:54 +0100 |
commit | 253dbd612b2d2f041f4263e15a3b94df70f41e36 (patch) | |
tree | f6c6e12a0541233058a7f7ccb1251afeb457da06 /libbb/Kbuild.src | |
parent | 3cf56a021d7a62512b477640e930e1a78288075c (diff) | |
parent | d7d4750e1e213e7448147186dddfe3bfbb47eea0 (diff) | |
download | busybox-w32-253dbd612b2d2f041f4263e15a3b94df70f41e36.tar.gz busybox-w32-253dbd612b2d2f041f4263e15a3b94df70f41e36.tar.bz2 busybox-w32-253dbd612b2d2f041f4263e15a3b94df70f41e36.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index e0898565a..0e14e351e 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -43,7 +43,7 @@ lib-y += getopt32.o | |||
43 | lib-y += get_volsize.o | 43 | lib-y += get_volsize.o |
44 | lib-y += herror_msg.o | 44 | lib-y += herror_msg.o |
45 | lib-y += human_readable.o | 45 | lib-y += human_readable.o |
46 | lib-y += info_msg.o | 46 | lib-y += inet_common.o |
47 | lib-y += inode_hash.o | 47 | lib-y += inode_hash.o |
48 | lib-y += isdirectory.o | 48 | lib-y += isdirectory.o |
49 | lib-y += last_char_is.o | 49 | lib-y += last_char_is.o |