diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2018-03-22 16:58:27 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-05-04 21:24:51 -0400 |
commit | 1cd4023bc3370578fae05abf48fb4a6ef79c9ea1 (patch) | |
tree | 9ef681abbe3b96ba00da4fee48d3efb91bcebcbb | |
parent | 9fc347678dde73abd75bce81d5dd82c4f4505184 (diff) |
MAINTAINERS: Update Kbuild entry with a few paths
I managed to send some modpost patches to old addresses of both
Masahiro and Michal, and omitted linux-kbuild from cc, because my
tried and trusted scripts/get_maintainer wrapper failed me. Add the
modpost directory to the MAINTAINERS entry, and while at it make the
Makefile glob match scripts/Makefile itself, and add one matching the
Kbuild.include file as well.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 79bb02ff812f..dd6a76989299 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7677,9 +7677,11 @@ L: linux-kbuild@vger.kernel.org | |||
7677 | S: Maintained | 7677 | S: Maintained |
7678 | F: Documentation/kbuild/ | 7678 | F: Documentation/kbuild/ |
7679 | F: Makefile | 7679 | F: Makefile |
7680 | F: scripts/Makefile.* | 7680 | F: scripts/Kbuild* |
7681 | F: scripts/Makefile* | ||
7681 | F: scripts/basic/ | 7682 | F: scripts/basic/ |
7682 | F: scripts/mk* | 7683 | F: scripts/mk* |
7684 | F: scripts/mod/ | ||
7683 | F: scripts/package/ | 7685 | F: scripts/package/ |
7684 | 7686 | ||
7685 | KERNEL JANITORS | 7687 | KERNEL JANITORS |