summaryrefslogtreecommitdiff
path: root/bin/Kbuild
diff options
context:
space:
mode:
authorKacper Fiedorowicz <kf@efab.pl>2026-01-03 18:44:51 +0100
committerKacper Fiedorowicz <kf@efab.pl>2026-01-03 18:44:51 +0100
commit6018e17637264a9561b37be699c3d53b6661de23 (patch)
tree8546c9fa94358e7d6daaad5f11ac53e61be97ad5 /bin/Kbuild
parentab21f339a33abb1144f3c0f5c4285324e7e88392 (diff)
Add docs and nohup/unlink utitiliesHEADmaster
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/