diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-25 21:50:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-25 21:50:18 +0000 |
commit | 10f8f5f4433a88b9cf9048d38a45838aa6e2abf6 (patch) | |
tree | 70eb52b176ebc5bf9067caec93181891f8c1d4b6 /coreutils/Kbuild | |
parent | 55f30b05ac6902ac17bad04f38fd4f381a8d75f7 (diff) | |
download | busybox-10f8f5f4433a88b9cf9048d38a45838aa6e2abf6.tar.gz |
- rough prototype for split(1). TODO: Still needs some love since it's way too big..
text data bss dec hex filename
602 4 0 606 25e coreutils/split.o
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r-- | coreutils/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild index dfdcbd43c..1c6e6ed23 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild @@ -60,6 +60,7 @@ lib-$(CONFIG_RMDIR) += rmdir.o lib-$(CONFIG_SEQ) += seq.o lib-$(CONFIG_SHA1SUM) += md5_sha1_sum.o lib-$(CONFIG_SLEEP) += sleep.o +lib-$(CONFIG_SPLIT) += split.o lib-$(CONFIG_SORT) += sort.o lib-$(CONFIG_STAT) += stat.o lib-$(CONFIG_STTY) += stty.o |