We neglected to update MAINTAINERS when we deleted makefiles. Update it now.
Fixes: 1a82878a08 (meson: accel, 2019-08-18) Cc: Richard Henderson <[email protected]> Cc: Paolo Bonzini <[email protected]> Cc: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> Message-ID: <[email protected]> [Add the meson.build that replaces the makefiles, adjust commit message] Reviewed-by: Philippe Mathieu-Daudé <[email protected]> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 14ac72abd8..9a022c51a3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -541,8 +541,8 @@ F: include/system/cpus.h F: include/accel/accel-*.h F: accel/accel-*.? F: accel/dummy-cpus.? -F: accel/Makefile.objs -F: accel/stubs/Makefile.objs +F: accel/meson.build +F: accel/stubs/meson.build F: cpu-common.c F: cpu-target.c F: qapi/accelerator.json -- 2.54.0
