[PATCH v4 03/15] kbuild: doc: add label for userprogs section

Thomas Weißschuh posted 15 patches 3 months, 2 weeks ago
There is a newer version of this series
[PATCH v4 03/15] kbuild: doc: add label for userprogs section
Posted by Thomas Weißschuh 3 months, 2 weeks ago
Some upcoming new documentation should link directly to the userprogs section.

Add a label to the section so it can be referenced.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
---
 Documentation/kbuild/makefiles.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
index 8aef3650c1f32b6b197e0dc777e26775d371a081..c14c1f632f6069c8751c8388a35bef539e19f9e8 100644
--- a/Documentation/kbuild/makefiles.rst
+++ b/Documentation/kbuild/makefiles.rst
@@ -891,6 +891,8 @@ This is possible in two ways:
     This will tell kbuild to build lxdialog even if not referenced in
     any rule.
 
+.. _kbuild_userprogs:
+
 Userspace Program support
 =========================
 

-- 
2.50.0

Re: [PATCH v4 03/15] kbuild: doc: add label for userprogs section
Posted by Masahiro Yamada 3 months ago
On Thu, Jun 26, 2025 at 3:10 PM Thomas Weißschuh
<thomas.weissschuh@linutronix.de> wrote:
>
> Some upcoming new documentation should link directly to the userprogs section.
>
> Add a label to the section so it can be referenced.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
> ---
>  Documentation/kbuild/makefiles.rst | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
> index 8aef3650c1f32b6b197e0dc777e26775d371a081..c14c1f632f6069c8751c8388a35bef539e19f9e8 100644
> --- a/Documentation/kbuild/makefiles.rst
> +++ b/Documentation/kbuild/makefiles.rst
> @@ -891,6 +891,8 @@ This is possible in two ways:
>      This will tell kbuild to build lxdialog even if not referenced in
>      any rule.
>
> +.. _kbuild_userprogs:
> +
>  Userspace Program support


Acked-by: Masahiro Yamada <masahiroy@kernel.org>


-- 
Best Regards
Masahiro Yamada
Re: [PATCH v4 03/15] kbuild: doc: add label for userprogs section
Posted by Nicolas Schier 3 months, 1 week ago
On Thu, Jun 26, 2025 at 08:10:11AM +0200, Thomas Weißschuh wrote:
> Some upcoming new documentation should link directly to the userprogs section.
> 
> Add a label to the section so it can be referenced.
> 
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
> ---
>  Documentation/kbuild/makefiles.rst | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Nicolas Schier <n.schier@avm.de>