From 6018e17637264a9561b37be699c3d53b6661de23 Mon Sep 17 00:00:00 2001 From: Kacper Fiedorowicz Date: Sat, 3 Jan 2026 18:44:51 +0100 Subject: Add docs and nohup/unlink utitilies --- bin/Kbuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/Kbuild') 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/ -- cgit v1.2.3