diff options
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 | |||
60 | lib-$(CONFIG_SEQ) += seq.o | 60 | lib-$(CONFIG_SEQ) += seq.o |
61 | lib-$(CONFIG_SHA1SUM) += md5_sha1_sum.o | 61 | lib-$(CONFIG_SHA1SUM) += md5_sha1_sum.o |
62 | lib-$(CONFIG_SLEEP) += sleep.o | 62 | lib-$(CONFIG_SLEEP) += sleep.o |
63 | lib-$(CONFIG_SPLIT) += split.o | ||
63 | lib-$(CONFIG_SORT) += sort.o | 64 | lib-$(CONFIG_SORT) += sort.o |
64 | lib-$(CONFIG_STAT) += stat.o | 65 | lib-$(CONFIG_STAT) += stat.o |
65 | lib-$(CONFIG_STTY) += stty.o | 66 | lib-$(CONFIG_STTY) += stty.o |