
1 Mar
2019
1 Mar
'19
12:56 a.m.
On Tue, Feb 26, 2019 at 12:20:26PM -0700, Stephen Warren wrote:
From: Stephen Warren swarren@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 swarren@nvidia.com Reviewed-by: Masahiro Yamada yamada.masahiro@socionext.com
Applied to u-boot/master, thanks!
--
Tom