From 1f77593d304e734890bc66bcb2b723c181c698f5 Mon Sep 17 00:00:00 2001 From: Tiezhu Yang Date: Tue, 20 Jan 2026 20:37:28 +0800 Subject: [PATCH] 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 Link: https://patch.msgid.link/20260120123730.30487-2-yangtiezhu@loongson.cn [nathan: Alphabetize entry] Signed-off-by: Nathan Chancellor --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 643cbdf608eab..74a5ee0f7f881 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/ -- 2.47.3