summaryrefslogtreecommitdiff
path: root/bin/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Kbuild')
-rw-r--r--bin/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Kbuild b/bin/Kbuild
index b06279b2..13856f53 100644
--- a/bin/Kbuild
+++ b/bin/Kbuild
@@ -4,8 +4,10 @@ obj-$(CONFIG_BIN_ECHO) += echo/
obj-$(CONFIG_BIN_FALSE) += false/
obj-$(CONFIG_BIN_FREE) += free/
obj-$(CONFIG_BIN_GZIP) += gzip/
+obj-$(CONFIG_BIN_NOHUP) += nohup/
obj-$(CONFIG_BIN_PWD) += pwd/
obj-$(CONFIG_BIN_SLEEP) += sleep/
obj-$(CONFIG_BIN_SYNC) += sync/
obj-$(CONFIG_BIN_TRUE) += true/
obj-$(CONFIG_BIN_YES) += yes/
+obj-$(CONFIG_BIN_UNLINK) += unlink/