diff options
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r-- | coreutils/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild index a5a2d4c26..67c56588a 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild | |||
@@ -62,6 +62,8 @@ lib-$(CONFIG_RM) += rm.o | |||
62 | lib-$(CONFIG_RMDIR) += rmdir.o | 62 | lib-$(CONFIG_RMDIR) += rmdir.o |
63 | lib-$(CONFIG_SEQ) += seq.o | 63 | lib-$(CONFIG_SEQ) += seq.o |
64 | lib-$(CONFIG_SHA1SUM) += md5_sha1_sum.o | 64 | lib-$(CONFIG_SHA1SUM) += md5_sha1_sum.o |
65 | lib-$(CONFIG_SHA256SUM) += md5_sha1_sum.o | ||
66 | lib-$(CONFIG_SHA512SUM) += md5_sha1_sum.o | ||
65 | lib-$(CONFIG_SLEEP) += sleep.o | 67 | lib-$(CONFIG_SLEEP) += sleep.o |
66 | lib-$(CONFIG_SPLIT) += split.o | 68 | lib-$(CONFIG_SPLIT) += split.o |
67 | lib-$(CONFIG_SORT) += sort.o | 69 | lib-$(CONFIG_SORT) += sort.o |