buildman: Warn about dangling maintainer entries
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:19 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commitbc12d03493d7aa1bdda6d9dc40e2457fb8e33684
tree9db3faf8c36534c301a0e7c954902e055815cee6
parenta114c6153699d0a9f3730d630a04a3c6c648a775
buildman: Warn about dangling maintainer entries

Other than the top-level MAINTAINERS file, all maintainer entries should
actually reference a target. Add a warning to detect those that do not.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/boards.py
tools/buildman/func_test.py