commit | 9c2d60c37866e302600ff8aa479b834712478403 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Aug 22 14:10:43 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Aug 28 17:18:48 2014 -0400 |
tree | 9a08a80a3361ae12f80692ee5ed197f41a333247 | |
parent | 124c5998755ef6778ca43acab27372fc470b8366 [diff] |
tools/genboardscfg.py: fix a bug of MAINTAINERS handling This patch fixes a minor problem: If a block without "F: configs/*_defconfig" is followed by another block with "F: configs/*_defconfig", the maintainers from the former block are squashed into the latter. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>