From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751104Ab2I2ULU (ORCPT ); Sat, 29 Sep 2012 16:11:20 -0400 Received: from 7.mo5.mail-out.ovh.net ([178.32.124.100]:42287 "EHLO mo5.mail-out.ovh.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751044Ab2I2ULR (ORCPT ); Sat, 29 Sep 2012 16:11:17 -0400 X-Greylist: delayed 120702 seconds by postgrey-1.27 at vger.kernel.org; Sat, 29 Sep 2012 16:11:16 EDT Date: Sat, 29 Sep 2012 22:08:28 +0200 From: Jean-Christophe PLAGNIOL-VILLARD To: Stephen Warren Cc: David Gibson , Jon Loeliger , Grant Likely , Rob Herring , Scott Wood , Mark Brown , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Stephen Warren X-Ovh-Mailout: 178.32.228.5 (mo5.mail-out.ovh.net) Subject: Re: [RFC PATCH 1/2] kbuild: centralize .dts->.dtb rule Message-ID: <20120929200828.GD31527@game.jcrosoft.org> References: <1348860731-20868-1-git-send-email-swarren@wwwdotorg.org> <1348860731-20868-2-git-send-email-swarren@wwwdotorg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1348860731-20868-2-git-send-email-swarren@wwwdotorg.org> X-PGP-Key: http://uboot.jcrosoft.org/plagnioj.asc X-PGP-key-fingerprint: 6309 2BBA 16C8 3A07 1772 CC24 DEFC FFA3 279C CE7C User-Agent: Mutt/1.5.20 (2009-06-14) X-Ovh-Tracer-Id: 6182597864659462989 X-Ovh-Remote: 213.251.161.87 (ns32433.ovh.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehtddrleekucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomheplfgvrghnqdevhhhrihhsthhophhhvgcurffntefipffkqffnqdggkffnnfettfffuceophhlrghgnhhiohhjsehjtghrohhsohhfthdrtghomheqnecujfgurhepfffhvffukfhfgggtuggjfgesthdttfdttdervd X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehtddrleekucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfhrhhomheplfgvrghnqdevhhhrihhsthhophhhvgcurffntefipffkqffnqdggkffnnfettfffuceophhlrghgnhhiohhjsehjtghrohhsohhfthdrtghomheqnecujfgurhepfffhvffukfhfgggtuggjfgesthdttfdttdervd Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13:32 Fri 28 Sep , Stephen Warren wrote: > From: Stephen Warren > > All architectures that use cmd_dtc do so in the same way. Move the build > rule to a central location to avoid duplication. > > Signed-off-by: Stephen Warren > --- > Jean-Christophe, > Moving the build rule to Makefile.lib rather than Makefile.build seems > reasonable to me; the dtc-related logic is already in Makefile.lib, and > for features where cmd_* is defined in Makefile.lib, the associated > build rule is also defined there. I see no reason for this patch series > to move all the dtc-related logic into Makefile.build. build rules are in Makefile.build c to o , s to o etc... so put it in Makefile.build is the correct place ditto fot the dtc cmd Best Regards, J.