]> git.ipfire.org Git - thirdparty/u-boot.git/commit - scripts/Makefile.lib
Makefile.lib: find capsule ESL dtsi file with CONFIG_OF_UPSTREAM
authorJonathan Humphreys <j-humphreys@ti.com>
Mon, 8 Apr 2024 21:28:43 +0000 (16:28 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 17 Apr 2024 23:05:54 +0000 (17:05 -0600)
commitd31ff219a8331db96e8556e91a351566cafc6509
tree41fcc9b7c68a2b01a787a272cd551a49b49b566e
parenta712a54dc427708195e6405af4b072d869d0dd8f
Makefile.lib: find capsule ESL dtsi file with CONFIG_OF_UPSTREAM

When CONFIG_OF_UPSTREAM is enabled, DTS files are in SOC subdirectories (vs the
top level dts directory), but when CONFIG_EFI_CAPSULE_AUTHENTICATE is enabled,
the dynamically created dtsi file containing the capsule ESL DT node is in the
parent directory. This results in a build failure because the #include inserted
in the DTS file is local to the current directory.  Update Makefile to have the
DT preprocessing of #includes search in the parent (dts top level) directory
too.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
scripts/Makefile.lib