From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com (jdl.com [208.123.74.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DFD0FB6FB4 for ; Tue, 10 Jan 2012 06:42:15 +1100 (EST) Message-Id: To: Stephen Warren Subject: Re: [PATCH 1/2] dtc: Implement -d option to write out a dependency file In-reply-to: <1326134295-15547-1-git-send-email-swarren@nvidia.com> References: <1326134295-15547-1-git-send-email-swarren@nvidia.com> Date: Mon, 09 Jan 2012 12:58:27 -0600 From: Jon Loeliger Cc: Michal Marek , Jonas Bonn , Michal Simek , Russell King , linux-c6x-dev@linux-c6x.org, Arnd Bergmann , Aurelien Jacquiot , Devicetree Discuss , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Paul Mackerras , Mark Salter , microblaze-uclinux@itee.uq.edu.au, linuxppc-dev@lists.ozlabs.org, linux@lists.openrisc.net, linux-arm-kernel@lists.infradead.org, David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > 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 > --- > This patch is against the Linux kernel's copy of dtc, but it applies to > upstream dtc with a couple of trivial conflicts. I can post a version for > upstream dtc as well if desired. If it does go upstream into Linux proper, we should definitely have it in the main DTC repository. So if you would, please send me a path that applies there. Thanks, jdl