From: Thomas Huth <[email protected]> Make sure that configs/targets/s390x-softmmu.mak is covered by MAINTAINERS - the "S390 general architecture support" section seems to be a good place for this.
Signed-off-by: Thomas Huth <[email protected]> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 226bf64f68e..a991f1f97b0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -105,6 +105,7 @@ S390 general architecture support M: Thomas Huth <[email protected]> S: Supported F: configs/devices/s390x-softmmu/default.mak +F: configs/targets/s390x-softmmu.mak F: gdb-xml/s390*.xml F: hw/char/sclp*.[hc] F: hw/char/terminal3270.c -- 2.52.0
