diff mbox series

doc: Correct the reference to kernel documentation

Message ID 20231003065238.31896-1-akumar@suse.de
State Accepted
Headers show
Series doc: Correct the reference to kernel documentation | expand

Commit Message

Avinesh Kumar Oct. 3, 2023, 6:52 a.m. UTC
Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
 doc/build-system-guide.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Petr Vorel Oct. 4, 2023, 2:01 p.m. UTC | #1
Hi Avinesh,

> +++ b/doc/build-system-guide.txt
This file is now doc/Build-System.rest.
IMHO it should be renamed to doc/Build-System.asciidoc and convert to this
format.

Also the wiki content is empty, I need to have look on it.
https://github.com/linux-test-project/ltp/wiki/Build-System

> @@ -112,7 +112,7 @@ the module because the file does not exists, the test is skipped.

>  Note the 'ifneq($(KERNELRELEASE),)', the reason it's there is that the
>  Makefile is executed twice, once by LTP build system and once by kernel
> -kbuild, see 'Documentation/kbuild/modules.txt' in the Linux kernel tree for
> +kbuild, see 'Documentation/kbuild/modules.rst' in the Linux kernel tree for
Reviewed-by: Petr Vorel <pvorel@suse.cz>

We probably should migrate this page to asciidoc format.
Then it could be a link:

see https://docs.kernel.org/kbuild/modules.html[Documentation/kbuild/modules.rst]

Kind regards,
Petr
diff mbox series

Patch

diff --git a/doc/build-system-guide.txt b/doc/build-system-guide.txt
index e078fa7f7..95ba3b70e 100644
--- a/doc/build-system-guide.txt
+++ b/doc/build-system-guide.txt
@@ -112,7 +112,7 @@  the module because the file does not exists, the test is skipped.
 
 Note the 'ifneq($(KERNELRELEASE),)', the reason it's there is that the
 Makefile is executed twice, once by LTP build system and once by kernel
-kbuild, see 'Documentation/kbuild/modules.txt' in the Linux kernel tree for
+kbuild, see 'Documentation/kbuild/modules.rst' in the Linux kernel tree for
 details on external module build.
 
 Make Rules and Make Variables