On Tue, Feb 26, 2019 at 12:20:26PM -0700, Stephen Warren wrote:

> From: Stephen Warren <swar...@nvidia.com>
> 
> *.dts are processed using a custom command, then the C pre-processor is
> run on them, then they are compiled using dtc. Thus, the dependency
> files generated by both cpp and dtc reference a temporary file name
> rather than the actual source file. While this information isn't used
> for any purpose by the build system, and hence this causes no functional
> issue, it does cause the dependency files to contain invalid and
> confusing data, which is unhelpful while debugging build problems. Fix
> this using sed.
> 
> Signed-off-by: Stephen Warren <swar...@nvidia.com>
> Reviewed-by: Masahiro Yamada <yamada.masah...@socionext.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to