diff options
author | Nathan Chancellor <nathan@kernel.org> | 2023-12-05 10:05:57 -0700 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-12-23 23:24:03 +0900 |
commit | c134abc9b8e1b9c77ee4ac8cf55da2a9240cc41d (patch) | |
tree | ab421fd98c5d197d9c6293bab46a8eaeb5263f53 /MAINTAINERS | |
parent | f6847807c22f6944c71c981b630b9fff30801e73 (diff) | |
download | linux-stable-c134abc9b8e1b9c77ee4ac8cf55da2a9240cc41d.tar.gz linux-stable-c134abc9b8e1b9c77ee4ac8cf55da2a9240cc41d.tar.bz2 linux-stable-c134abc9b8e1b9c77ee4ac8cf55da2a9240cc41d.zip |
MAINTAINERS: Add scripts/clang-tools to Kbuild section
Masahiro has always applied scripts/clang-tools patches but it is not
included in the Kbuild section, so neither he nor linux-kbuild get cc'd
on patches that touch those files.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Acked-by: Nicolas Schier <nicolas@fjasle.eu>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 012df8ccf34e..5205faaee46f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11528,6 +11528,7 @@ F: scripts/*vmlinux* F: scripts/Kbuild* F: scripts/Makefile* F: scripts/basic/ +F: scripts/clang-tools/ F: scripts/dummy-tools/ F: scripts/mk* F: scripts/mod/ |