Re: [PATCH v6 10/11] Makefile: Allow target-specific optional Kconfig

2020-06-08 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Allow use of target-specific Kconfig file. > > Reviewed-by: Richard Henderson > Signed-off-by: Philippe Mathieu-Daudé > --- > Makefile | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index f8a45e1379..d5009cd3

[PATCH v6 10/11] Makefile: Allow target-specific optional Kconfig

2020-06-05 Thread Philippe Mathieu-Daudé
Allow use of target-specific Kconfig file. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8a45e1379..d5009cd304 100644 --- a/Makefile +++ b/Makefile @@ -423,11 +4