]> git.dujemihanovic.xyz Git - u-boot.git/commit
scripts/Makefile.lib: Add dtsi include files as deps for building DTB
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 22 Aug 2023 17:40:04 +0000 (23:10 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 29 Aug 2023 17:37:55 +0000 (13:37 -0400)
commita958988b62eb9ad33c0f41b4482cfbba4aa71564
treef37b1ddc6c9c7a9e66a94ec6c8cacbf4e90ba519
parent1fee487567f10d9fb128d577a8ac9755fa962737
scripts/Makefile.lib: Add dtsi include files as deps for building DTB

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 <sughosh.ganu@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
scripts/Makefile.lib