Re: [PATCH 11/26] Makefile: add lcitool-refresh to UNCHECKED_GOALS

2023-06-23 Thread Philippe Mathieu-Daudé
On 23/6/23 14:20, Alex Bennée wrote: This is yet another make target you usually run in the top level of the source directory. Signed-off-by: Alex Bennée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 11/26] Makefile: add lcitool-refresh to UNCHECKED_GOALS

2023-06-23 Thread Alex Bennée
This is yet another make target you usually run in the top level of the source directory. Signed-off-by: Alex Bennée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b22bf6fba1..56f165c0b2 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28