Re: [PATCH V2] dtc: Implement -d option to write out a dependency file
From: Michal Marek <hidden>
Date: 2012-01-14 22:30:04
Also in:
linux-kbuild, lkml
From: Michal Marek <hidden>
Date: 2012-01-14 22:30:04
Also in:
linux-kbuild, lkml
On 11.1.2012 01:27, Stephen Warren wrote:
This will allow callers to rebuild .dtb files when any of the /include/d .dtsi files are modified, not just the top-level .dts file. Signed-off-by: Stephen Warren <redacted> --- Michal, this patch is a dependency for the kbuild changes that use it; http://www.spinics.net/lists/linux-kbuild/msg05883.html I think it makes sense to apply both this patch, and that patch, to the kbuild tree. Do you agree?
Sure.
v2: Replace fputs/fputc with fprintf This patch has been blessed for application to upstream dtc. Here, I'm simply applying the same thing to the code in the Linux kernel tree, resolving some conflicts. See: http://lists.ozlabs.org/pipermail/devicetree-discuss/2012-January/011172.html
I see it has been applied in the meantime, great. I'll apply this one and the kbuild patch to kbuild.git#kbuild. Michal