From: Thomas Huth <[email protected]> The default-configs/*-linux-user.mak belong to Linux usermode emulation, and default-configs/*-bsd-user.mak belong to BSD usermode emulation.
Signed-off-by: Thomas Huth <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f0ab48f..4a72b77 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1425,11 +1425,13 @@ F: user-exec.c BSD user S: Orphan F: bsd-user/ +F: default-configs/*-bsd-user.mak Linux user M: Riku Voipio <[email protected]> S: Maintained F: linux-user/ +F: default-configs/*-linux-user.mak Tiny Code Generator (TCG) ------------------------- -- 2.1.4
