Re: [PATCH 1/1] cmd: simplify network definitions in Makefile

2024-10-29 Thread Tom Rini
On Sat, 19 Oct 2024 12:24:45 +0200, Heinrich Schuchardt wrote: > /Makefile already adds lib include paths to UBOOTINCLUDE. There is no point > in adding the same paths again. > > Clearly separate the lines relating to NET and to NET_LWIP. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 1/1] cmd: simplify network definitions in Makefile

2024-10-26 Thread Ilias Apalodimas
Thanks Heinrich On Sat, Oct 19, 2024 at 12:24:45PM +0200, Heinrich Schuchardt wrote: > /Makefile already adds lib include paths to UBOOTINCLUDE. There is no point > in adding the same paths again. > > Clearly separate the lines relating to NET and to NET_LWIP. > > Signed-off-by: Heinrich Schucha

[PATCH 1/1] cmd: simplify network definitions in Makefile

2024-10-19 Thread Heinrich Schuchardt
/Makefile already adds lib include paths to UBOOTINCLUDE. There is no point in adding the same paths again. Clearly separate the lines relating to NET and to NET_LWIP. Signed-off-by: Heinrich Schuchardt --- cmd/Makefile | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --g