From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:56638 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751504Ab2ANWaB (ORCPT ); Sat, 14 Jan 2012 17:30:01 -0500 Message-ID: <4F1201E4.9050000@suse.cz> Date: Sat, 14 Jan 2012 23:29:56 +0100 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH V2] dtc: Implement -d option to write out a dependency file References: <1326241672-9168-1-git-send-email-swarren@nvidia.com> In-Reply-To: <1326241672-9168-1-git-send-email-swarren@nvidia.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Stephen Warren Cc: Jon Loeliger , David Gibson , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Devicetree Discuss 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 > --- > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: [PATCH V2] dtc: Implement -d option to write out a dependency file Date: Sat, 14 Jan 2012 23:29:56 +0100 Message-ID: <4F1201E4.9050000@suse.cz> References: <1326241672-9168-1-git-send-email-swarren@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1326241672-9168-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Stephen Warren Cc: Devicetree Discuss , linux-kbuild-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org 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 > --- > 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