diff options
| author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2026-01-20 20:37:28 +0800 |
|---|---|---|
| committer | Nathan Chancellor <nathan@kernel.org> | 2026-02-03 15:27:45 -0700 |
| commit | 1f77593d304e734890bc66bcb2b723c181c698f5 (patch) | |
| tree | 95937386d05d1cd3835c0fe995bd03a6ffb2197c | |
| parent | 3cd9763ce4ad999d015cf0734e6b968cead95077 (diff) | |
| download | lwn-1f77593d304e734890bc66bcb2b723c181c698f5.tar.gz lwn-1f77593d304e734890bc66bcb2b723c181c698f5.zip | |
MAINTAINERS: Add scripts/install.sh into Kbuild entry
The common installation code is in scripts/install.sh, add it into
Kbuild entry to reflect the reality.
With this updated entry, folks running get_maintainer.pl on patches
that touch scripts/install.sh will know to send it to linux-kbuild@
as well.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link: https://patch.msgid.link/20260120123730.30487-2-yangtiezhu@loongson.cn
[nathan: Alphabetize entry]
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 643cbdf608ea..74a5ee0f7f88 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13677,6 +13677,7 @@ F: scripts/clang-tools/ F: scripts/container F: scripts/dummy-tools/ F: scripts/include/ +F: scripts/install.sh F: scripts/mk* F: scripts/mod/ F: scripts/package/ |
