diff options
author | Alex Bennée | 2022-10-27 20:36:23 +0200 |
---|---|---|
committer | Alex Bennée | 2022-10-31 21:37:59 +0100 |
commit | 162f916453fb9e2d1d1c45cd081a8f8c66f29b9b (patch) | |
tree | 57e262a23f35e15ed7e144ab22e8911f012aed64 /MAINTAINERS | |
parent | MAINTAINERS: add features_to_c.sh to gdbstub files (diff) | |
download | qemu-162f916453fb9e2d1d1c45cd081a8f8c66f29b9b.tar.gz qemu-162f916453fb9e2d1d1c45cd081a8f8c66f29b9b.tar.xz qemu-162f916453fb9e2d1d1c45cd081a8f8c66f29b9b.zip |
MAINTAINERS: fix-up for check-tcg Makefile changes
Fixes: fc76c56d3f ("tests/tcg: cleanup Makefile inclusions")
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20221027183637.2772968-18-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8a466fd6f4..f59b568e5b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3727,8 +3727,7 @@ Guest Test Compilation Support M: Alex Bennée <alex.bennee@linaro.org> R: Philippe Mathieu-Daudé <philmd@linaro.org> S: Maintained -F: tests/tcg/Makefile -F: tests/tcg/Makefile.include +F: tests/tcg/Makefile.target Integration Testing with the Avocado framework W: https://trello.com/b/6Qi1pxVn/avocado-qemu |