diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-10-27 19:36:23 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-10-31 20:37:59 +0000 |
commit | 162f916453fb9e2d1d1c45cd081a8f8c66f29b9b (patch) | |
tree | 57e262a23f35e15ed7e144ab22e8911f012aed64 /MAINTAINERS | |
parent | 97cfba13996067a572db168214e3ccbc22f7adaa (diff) | |
download | qemu-162f916453fb9e2d1d1c45cd081a8f8c66f29b9b.zip qemu-162f916453fb9e2d1d1c45cd081a8f8c66f29b9b.tar.gz qemu-162f916453fb9e2d1d1c45cd081a8f8c66f29b9b.tar.bz2 |
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 8a466fd..f59b568 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 |