[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240417043654.60662-3-prathampatel@thefossguy.com>
Date: Wed, 17 Apr 2024 04:37:54 +0000
From: Pratham Patel <prathampatel@...fossguy.com>
To: Masahiro Yamada <masahiroy@...nel.org>, Nathan Chancellor <nathan@...nel.org>, Nicolas Schier <nicolas@...sle.eu>, Jonathan Corbet <corbet@....net>
Cc: linux-kbuild@...r.kernel.org, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, Pratham Patel <prathampatel@...fossguy.com>, thefirst1322@...il.com
Subject: [PATCH 2/2] docs: kbuild: document KBUILD_RPM_WITH_DEVEL
KBUILD_RPM_WITH_DEVEL was added to toggle the `with_devel` RPM macro.
Add brief documentation on its usage.
Signed-off-by: Pratham Patel <prathampatel@...fossguy.com>
---
Documentation/kbuild/kbuild.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/kbuild/kbuild.rst b/Documentation/kbuild/kbuild.rst
index 9c8d1d046ea5..0b7ae268ac67 100644
--- a/Documentation/kbuild/kbuild.rst
+++ b/Documentation/kbuild/kbuild.rst
@@ -310,6 +310,12 @@ These two variables allow to override the user@...t string displayed during
boot and in /proc/version. The default value is the output of the commands
whoami and host, respectively.
+KBUILD_RPM_WITH_DEVEL
+---------------------
+This variable dictates weather creating an RPM package also builds a `-devel`
+package or not. Set to 1 if you want a `-devel` package. The default value
+is 0.
+
LLVM
----
If this variable is set to 1, Kbuild will use Clang and LLVM utilities instead
--
2.42.0
Powered by blists - more mailing lists