From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Mon, 31 Dec 2012 09:39:02 -0700 Subject: [PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt In-Reply-To: <20121230053204.GC20903@quad.lixom.net> References: <1356741767-29292-1-git-send-email-swarren@wwwdotorg.org> <20121230053204.GC20903@quad.lixom.net> Message-ID: <50E1BFA6.9040102@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/29/2012 10:32 PM, Olof Johansson wrote: > On Fri, Dec 28, 2012 at 05:42:46PM -0700, Stephen Warren wrote: >> From: Stephen Warren >> >> if_changed (used by the *.dts->*.dtc rule) rebuilds files if they aren't >> contained in $(targets). (make V=2 indicates this). Add $(dtb-y) to >> $(targets) to prevent *.dtb from always being rebuilt. >> >> This fixes a regression introduced by the .dtb rule rework in 499cd82 >> "ARM: dt: change .dtb build rules to build in dts directory". >> >> Reported-by: Shawn Guo >> Signed-off-by: Stephen Warren > > Not sure who you have in mind to apply this, but if it's not through arm-soc: > > Acked-by: Olof Johansson I was assuming through the device tree tree, since that's where the dtc rule rework went through, but I think it's mostly just about whoever picks it up:-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751517Ab2LaQjJ (ORCPT ); Mon, 31 Dec 2012 11:39:09 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:54934 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751118Ab2LaQjF (ORCPT ); Mon, 31 Dec 2012 11:39:05 -0500 Message-ID: <50E1BFA6.9040102@wwwdotorg.org> Date: Mon, 31 Dec 2012 09:39:02 -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: Olof Johansson CC: Russell King , Catalin Marinas , Will Deacon , Grant Likely , Rob Herring , Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren Subject: Re: [PATCH 1/2] ARM: dts: prevent *.dtb from always being rebuilt References: <1356741767-29292-1-git-send-email-swarren@wwwdotorg.org> <20121230053204.GC20903@quad.lixom.net> In-Reply-To: <20121230053204.GC20903@quad.lixom.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/29/2012 10:32 PM, Olof Johansson wrote: > On Fri, Dec 28, 2012 at 05:42:46PM -0700, Stephen Warren wrote: >> From: Stephen Warren >> >> if_changed (used by the *.dts->*.dtc rule) rebuilds files if they aren't >> contained in $(targets). (make V=2 indicates this). Add $(dtb-y) to >> $(targets) to prevent *.dtb from always being rebuilt. >> >> This fixes a regression introduced by the .dtb rule rework in 499cd82 >> "ARM: dt: change .dtb build rules to build in dts directory". >> >> Reported-by: Shawn Guo >> Signed-off-by: Stephen Warren > > Not sure who you have in mind to apply this, but if it's not through arm-soc: > > Acked-by: Olof Johansson I was assuming through the device tree tree, since that's where the dtc rule rework went through, but I think it's mostly just about whoever picks it up:-)