diff options
author | Jani Nikula <jani.nikula@intel.com> | 2023-01-17 10:59:41 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-01-22 15:43:33 +0100 |
commit | a82dde4a35eea6d6cf4ef23da1567726aced979f (patch) | |
tree | 38af23dc90795771ae5ac8c2f1ec253200864aae /MAINTAINERS | |
parent | kbuild: replace $(dot-target).tmp in filechk with $(tmp-target) (diff) | |
download | linux-a82dde4a35eea6d6cf4ef23da1567726aced979f.tar.xz linux-a82dde4a35eea6d6cf4ef23da1567726aced979f.zip |
MAINTAINERS: fix kbuild repo branch
The MAINTAINERS repository entry specifies "kconfig" as the branch, but
the repository itself has "kbuild".
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f781f936ae35..5a21e0aa7605 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11170,7 +11170,7 @@ M: Masahiro Yamada <masahiroy@kernel.org> L: linux-kbuild@vger.kernel.org S: Maintained Q: https://patchwork.kernel.org/project/linux-kbuild/list/ -T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig +T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild F: Documentation/kbuild/kconfig* F: scripts/Kconfig.include F: scripts/kconfig/ |