From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755235Ab2L2Anm (ORCPT ); Fri, 28 Dec 2012 19:43:42 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:39789 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755124Ab2L2Ani (ORCPT ); Fri, 28 Dec 2012 19:43:38 -0500 Message-ID: <50DE3CB9.10409@wwwdotorg.org> Date: Fri, 28 Dec 2012 17:43:37 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Shawn Guo CC: Michal Marek , Grant Likely , Rob Herring , Sam Ravnborg , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Russell King , Arnd Bergmann , Olof Johansson , linux-arm-kernel@lists.infradead.org, Stephen Warren Subject: Re: [PATCH V7 2/7] ARM: dt: change .dtb build rules to build in dts directory References: <1354058956-7199-1-git-send-email-swarren@wwwdotorg.org> <1354058956-7199-2-git-send-email-swarren@wwwdotorg.org> <20121226142739.GA28980@S2101-09.ap.freescale.net> In-Reply-To: <20121226142739.GA28980@S2101-09.ap.freescale.net> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/26/2012 07:27 AM, Shawn Guo wrote: > On Tue, Nov 27, 2012 at 04:29:11PM -0700, Stephen Warren wrote: >> From: Grant Likely >> >> The current rules have the .dtb files build in a different directory >> from the .dts files. The only reason for this is that it was what >> PowerPC has done historically. This patch changes ARM to use the generic >> dtb rule which builds .dtb files in the same directory as the source .dts. > > It's a pity that after merging the patch, all the enabled dts files > will be rebuilt anyway no matter whether they are actually changed > or not. Oops. I thought I'd tested that quite extensively, but I somehow missed something. I've sent patches to fix this.