buildman: Correct operation of MAINTAINERS N:
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:23 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commitc649153b5885ebd2beeb9ebf997896da8321c480
tree2c4e8c2190872d18b06a180d1e78687fe461bc7a
parentad99599ca2b584eb388e09406c6ef2b21a488f0a
buildman: Correct operation of MAINTAINERS N:

This doesn't work as intended. Instead it scans every defconfig file
in the source tree.

Fix it and add a test.

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