From b2c2b662385a10eae02022254719adc5b8e5bba6 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Mon, 23 Jun 2025 12:23:08 +1000 Subject: [PATCH] docs: lkl: move lkl documentation into subdirectory In preparation for adding more arch specific documentation. Add an additional F: Documentation/lkl entry to MAINTAINERS. Signed-off-by: David Disseldorp --- Documentation/{ => lkl}/lkl.txt | 0 MAINTAINERS | 1 + README.md | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename Documentation/{ => lkl}/lkl.txt (100%) diff --git a/Documentation/lkl.txt b/Documentation/lkl/lkl.txt similarity index 100% rename from Documentation/lkl.txt rename to Documentation/lkl/lkl.txt diff --git a/MAINTAINERS b/MAINTAINERS index c3d1e044d481..2f0623f0675e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12158,6 +12158,7 @@ M: Octavian Purdila M: Hajime Tazaki L: linux-kernel-library@freelists.org S: Maintained +F: Documentation/lkl/ F: arch/lkl/ F: tools/lkl/ diff --git a/README.md b/README.md index 35c47a921f67..e4af93db81e9 120000 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Documentation/lkl.txt \ No newline at end of file +Documentation/lkl/lkl.txt \ No newline at end of file