Re: [PATCH v2 09/10] Makefile: Allow target-specific optional Kconfig

2020-05-21 Thread Philippe Mathieu-Daudé
On Fri, May 15, 2020 at 7:08 PM Philippe Mathieu-Daudé wrote: > > Allow use of target-specific Kconfig file. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Makefile | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index b4c0830b26..5fce168fcb 1

Re: [PATCH v2 09/10] Makefile: Allow target-specific optional Kconfig

2020-05-19 Thread Richard Henderson
On 5/15/20 10:08 AM, Philippe Mathieu-Daudé wrote: > Allow use of target-specific Kconfig file. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Makefile | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Richard Henderson r~

[PATCH v2 09/10] Makefile: Allow target-specific optional Kconfig

2020-05-15 Thread Philippe Mathieu-Daudé
Allow use of target-specific Kconfig file. Signed-off-by: Philippe Mathieu-Daudé --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4c0830b26..5fce168fcb 100644 --- a/Makefile +++ b/Makefile @@ -423,11 +423,13 @@ MINIKCONF_INPUTS = $(SR