diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-05-06 14:47:00 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-18 11:29:01 +0900 |
commit | 593e0fd97ef11eacc5055c83ebb652602dba0a77 (patch) | |
tree | 4ee35b945845e445882c6f34cc2b3091556cf3a2 | |
parent | 178aa03bbe6c0bc2f4b7535b1d06f5c0f8453a0b (diff) | |
download | linux-stable-593e0fd97ef11eacc5055c83ebb652602dba0a77.tar.gz linux-stable-593e0fd97ef11eacc5055c83ebb652602dba0a77.tar.bz2 linux-stable-593e0fd97ef11eacc5055c83ebb652602dba0a77.zip |
MAINTAINERS: kbuild: Add pattern for scripts/*vmlinux*
scripts/link-vmlinux.sh is part of kbuild so extend the pattern to match
any vmlinux related scripts.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9cc6767e1b12..1aa19b9da2d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8542,6 +8542,7 @@ F: scripts/Kbuild* F: scripts/Makefile* F: scripts/basic/ F: scripts/mk* +F: scripts/*vmlinux* F: scripts/mod/ F: scripts/package/ |