aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Kbuild
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-25 21:50:18 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-25 21:50:18 +0000
commit3c705200344cd09aa84e28e3c13e3595b3e764fb (patch)
tree70eb52b176ebc5bf9067caec93181891f8c1d4b6 /coreutils/Kbuild
parente5ce1e126132ffbbf5248401a080e4aca029094b (diff)
downloadbusybox-w32-3c705200344cd09aa84e28e3c13e3595b3e764fb.tar.gz
busybox-w32-3c705200344cd09aa84e28e3c13e3595b3e764fb.tar.bz2
busybox-w32-3c705200344cd09aa84e28e3c13e3595b3e764fb.zip
- 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 git-svn-id: svn://busybox.net/trunk/busybox@18236 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 dfdcbd43c..1c6e6ed23 100644
--- a/coreutils/Kbuild
+++ b/coreutils/Kbuild
@@ -60,6 +60,7 @@ lib-$(CONFIG_RMDIR) += rmdir.o
60lib-$(CONFIG_SEQ) += seq.o 60lib-$(CONFIG_SEQ) += seq.o
61lib-$(CONFIG_SHA1SUM) += md5_sha1_sum.o 61lib-$(CONFIG_SHA1SUM) += md5_sha1_sum.o
62lib-$(CONFIG_SLEEP) += sleep.o 62lib-$(CONFIG_SLEEP) += sleep.o
63lib-$(CONFIG_SPLIT) += split.o
63lib-$(CONFIG_SORT) += sort.o 64lib-$(CONFIG_SORT) += sort.o
64lib-$(CONFIG_STAT) += stat.o 65lib-$(CONFIG_STAT) += stat.o
65lib-$(CONFIG_STTY) += stty.o 66lib-$(CONFIG_STTY) += stty.o