From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH V6 1/2] kbuild: centralize .dts->.dtb rule Date: Wed, 14 Nov 2012 19:20:52 +0000 Message-ID: <20121114192052.4A3EA3E0B7C@localhost> References: <1352753907-3316-1-git-send-email-swarren@wwwdotorg.org> Return-path: Received: from mail-we0-f174.google.com ([74.125.82.174]:54625 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754024Ab2KNTU5 (ORCPT ); Wed, 14 Nov 2012 14:20:57 -0500 Received: by mail-we0-f174.google.com with SMTP id t9so272375wey.19 for ; Wed, 14 Nov 2012 11:20:56 -0800 (PST) In-Reply-To: <1352753907-3316-1-git-send-email-swarren@wwwdotorg.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Stephen Warren , Michal Marek Cc: David Gibson , Jon Loeliger , Rob Herring , Scott Wood , Mark Brown , Jean-Christophe PLAGNIOL-VILLARD , Sam Ravnborg , linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-arch@vger.kernel.org, Stephen Warren , Ralf Baechle On Mon, 12 Nov 2012 13:58:26 -0700, 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. > > Update Documentation/kbuild to remove the explicit call to cmd_dtc from > the example, now that the rule exists in a centralized location, and in > fact replace the example with a couple that still exist. > > arch/mips changes courtesy of Ralf Baechle. > > Signed-off-by: Ralf Baechle > Signed-off-by: Stephen Warren > Acked-by: Sam Ravnborg > --- > v6: Added arch/{arm64,microblaze,mips} updates. > v5: Updated Documentation/kbuild. > v4: No change. > v3: No change. > v2: New patch. Merged, thanks. g.