summaryrefslogtreecommitdiff
path: root/coreutils/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r--coreutils/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild
index fd67d6c85..ce21b3a89 100644
--- a/coreutils/Kbuild
+++ b/coreutils/Kbuild
@@ -31,6 +31,7 @@ lib-$(CONFIG_ECHO) += echo.o
31lib-$(CONFIG_ASH) += echo.o # used by ash 31lib-$(CONFIG_ASH) += echo.o # used by ash
32lib-$(CONFIG_ENV) += env.o 32lib-$(CONFIG_ENV) += env.o
33lib-$(CONFIG_EXPR) += expr.o 33lib-$(CONFIG_EXPR) += expr.o
34lib-$(CONFIG_EXPAND) += expand.o
34lib-$(CONFIG_FALSE) += false.o 35lib-$(CONFIG_FALSE) += false.o
35lib-$(CONFIG_FOLD) += fold.o 36lib-$(CONFIG_FOLD) += fold.o
36lib-$(CONFIG_HEAD) += head.o 37lib-$(CONFIG_HEAD) += head.o
@@ -74,6 +75,7 @@ lib-$(CONFIG_TR) += tr.o
74lib-$(CONFIG_TRUE) += true.o 75lib-$(CONFIG_TRUE) += true.o
75lib-$(CONFIG_TTY) += tty.o 76lib-$(CONFIG_TTY) += tty.o
76lib-$(CONFIG_UNAME) += uname.o 77lib-$(CONFIG_UNAME) += uname.o
78lib-$(CONFIG_UNEXPAND) += expand.o
77lib-$(CONFIG_UNIQ) += uniq.o 79lib-$(CONFIG_UNIQ) += uniq.o
78lib-$(CONFIG_USLEEP) += usleep.o 80lib-$(CONFIG_USLEEP) += usleep.o
79lib-$(CONFIG_UUDECODE) += uudecode.o 81lib-$(CONFIG_UUDECODE) += uudecode.o