]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: simplify network definitions in Makefile
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 19 Oct 2024 10:24:45 +0000 (12:24 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2024 18:09:36 +0000 (12:09 -0600)
commit0d0864acfc94996fe080a354a869bbf7a66f5991
tree5cca06117f9ade95f5fe0d20e9d7be08b75924ef
parentcfad2878b43fd90dd7a2ed68e584580a0831082e
cmd: simplify network definitions in Makefile

/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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Tested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/Makefile