diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-08-19 17:42:16 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-08-22 17:11:37 +0200 |
commit | 6f8924163ff1fb4bd19e0cd9dc7910bb540486f3 (patch) | |
tree | 2561d58a7b0010628c138db02781b1979960211b | |
parent | ab85146ac4c6527d6d975afbd3157488cb42147f (diff) | |
download | qemu-6f8924163ff1fb4bd19e0cd9dc7910bb540486f3.zip qemu-6f8924163ff1fb4bd19e0cd9dc7910bb540486f3.tar.gz qemu-6f8924163ff1fb4bd19e0cd9dc7910bb540486f3.tar.bz2 |
MAINTAINERS: add a few more files to "Top Level Makefile and configure"
A few files in scripts, and the list of packages in pythondeps.toml, are
strictly related to the toplevel build scripts. Add them to the
MAINTAINERS file stanza.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a07086e..0f3e55b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4392,7 +4392,6 @@ R: Philippe Mathieu-Daudé <philmd@linaro.org> S: Maintained F: meson.build F: meson_options.txt -F: scripts/meson-buildoptions.* F: scripts/check_sparse.py F: scripts/symlink-install-tree.py @@ -4403,6 +4402,9 @@ R: Thomas Huth <thuth@redhat.com> S: Maintained F: Makefile F: configure +F: pythondeps.toml +F: scripts/git-submodule.sh +F: scripts/meson-buildoptions.* F: scripts/mtest2make.py F: tests/Makefile.include |