On 29/01/2019 09:38, Philippe Mathieu-Daudé wrote:
> Due to a misuse of rules.mak logical functions, commit f386df17448
> disabled the guest-agent test.
> Enable it back.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> From rules.mak:
>
> # Logical functions (for operating on y/n values like
On 2019-01-29 09:38, Philippe Mathieu-Daudé wrote:
> Due to a misuse of rules.mak logical functions, commit f386df17448
> disabled the guest-agent test.
> Enable it back.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> From rules.mak:
>
> # Logical functions (for operating on y/n values like
Due to a misuse of rules.mak logical functions, commit f386df17448
disabled the guest-agent test.
Enable it back.
Signed-off-by: Philippe Mathieu-Daudé
---
>From rules.mak:
# Logical functions (for operating on y/n values like CONFIG_FOO vars)
# Usage: $(call land,$(CONFIG_FOO),$(CONFIG_BAR)