summaryrefslogtreecommitdiff
path: root/coreutils/Kbuild
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-03-25 21:50:18 +0000
committerBernhard Reutner-Fischer2007-03-25 21:50:18 +0000
commit10f8f5f4433a88b9cf9048d38a45838aa6e2abf6 (patch)
tree70eb52b176ebc5bf9067caec93181891f8c1d4b6 /coreutils/Kbuild
parent55f30b05ac6902ac17bad04f38fd4f381a8d75f7 (diff)
downloadbusybox-10f8f5f4433a88b9cf9048d38a45838aa6e2abf6.zip
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/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild
index dfdcbd4..1c6e6ed 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