[PATCH v3 17/26] MAINTAINERS: fix-up for check-tcg Makefile changes

Alex Bennée posted 26 patches 3 years, 3 months ago
Only 25 patches received!
[PATCH v3 17/26] MAINTAINERS: fix-up for check-tcg Makefile changes
Posted by Alex Bennée 3 years, 3 months ago
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0f4c50e8eb..1b41daba88 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
-- 
2.34.1


Re: [PATCH v3 17/26] MAINTAINERS: fix-up for check-tcg Makefile changes
Posted by Richard Henderson 3 years, 3 months ago
On 10/20/22 21:52, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   MAINTAINERS | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0f4c50e8eb..1b41daba88 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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~

Re: [PATCH v3 17/26] MAINTAINERS: fix-up for check-tcg Makefile changes
Posted by Philippe Mathieu-Daudé 3 years, 3 months ago
On 20/10/22 13:52, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   MAINTAINERS | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0f4c50e8eb..1b41daba88 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

Fixes: fc76c56d3f ("tests/tcg: cleanup Makefile inclusions")

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>