Re: [PATCH v2 2/6] scripts/Makefile.lib: Add dtsi include files as deps for building DTB

2023-08-17 Thread Tom Rini
On Thu, Aug 17, 2023 at 11:18:52AM +0530, Sughosh Ganu wrote: > At the time of building the DTB, some dtsi files can be selected for > inclusion. Have these dtsi files as dependencies for the DTB > target. This also ensures generation or updating the dtsi files if > need be. > > Signed-off-by: Su

Re: [PATCH v2 2/6] scripts/Makefile.lib: Add dtsi include files as deps for building DTB

2023-08-17 Thread Ilias Apalodimas
On Thu, 17 Aug 2023 at 08:49, Sughosh Ganu wrote: > > At the time of building the DTB, some dtsi files can be selected for > inclusion. Have these dtsi files as dependencies for the DTB > target. This also ensures generation or updating the dtsi files if > need be. > > Signed-off-by: Sughosh Ganu

[PATCH v2 2/6] scripts/Makefile.lib: Add dtsi include files as deps for building DTB

2023-08-16 Thread Sughosh Ganu
At the time of building the DTB, some dtsi files can be selected for inclusion. Have these dtsi files as dependencies for the DTB target. This also ensures generation or updating the dtsi files if need be. Signed-off-by: Sughosh Ganu --- Changes since V1: * New patch which only sets the dependenc