Re: [PATCH v1 3/5] scripts: Makefile.autoconf: allow CONFIG_SYS_CONFIG_NAME file to live in board directory

2022-01-30 Thread Simon Glass
Hi Troy, On Thu, 6 Jan 2022 at 14:09, Troy Kisky wrote: > > On 12/28/2021 12:33 AM, Simon Glass wrote: > > Hi Troy, > > > > On Fri, 17 Dec 2021 at 16:02, Troy Kisky > > wrote: > >> > >> Let the board specific include file live in the board directory. > >> > >> Signed-off-by: Troy Kisky > >> --

Re: [PATCH v1 3/5] scripts: Makefile.autoconf: allow CONFIG_SYS_CONFIG_NAME file to live in board directory

2022-01-06 Thread Troy Kisky
On 12/28/2021 12:33 AM, Simon Glass wrote: > Hi Troy, > > On Fri, 17 Dec 2021 at 16:02, Troy Kisky > wrote: >> >> Let the board specific include file live in the board directory. >> >> Signed-off-by: Troy Kisky >> --- >> scripts/Makefile.autoconf | 9 +++-- >> 1 file changed, 7 insertions(

Re: [PATCH v1 3/5] scripts: Makefile.autoconf: allow CONFIG_SYS_CONFIG_NAME file to live in board directory

2021-12-28 Thread Simon Glass
Hi Troy, On Fri, 17 Dec 2021 at 16:02, Troy Kisky wrote: > > Let the board specific include file live in the board directory. > > Signed-off-by: Troy Kisky > --- > scripts/Makefile.autoconf | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) We are actually working on deleting the

[PATCH v1 3/5] scripts: Makefile.autoconf: allow CONFIG_SYS_CONFIG_NAME file to live in board directory

2021-12-17 Thread Troy Kisky
Let the board specific include file live in the board directory. Signed-off-by: Troy Kisky --- scripts/Makefile.autoconf | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf index 8a3efdb2db0..6a725a3e2ff 100644 --- a/