From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756199Ab2KNTU7 (ORCPT ); Wed, 14 Nov 2012 14:20:59 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:37181 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753725Ab2KNTU5 (ORCPT ); Wed, 14 Nov 2012 14:20:57 -0500 From: Grant Likely Subject: Re: [PATCH V6 1/2] kbuild: centralize .dts->.dtb rule 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 In-Reply-To: <1352753907-3316-1-git-send-email-swarren@wwwdotorg.org> References: <1352753907-3316-1-git-send-email-swarren@wwwdotorg.org> Date: Wed, 14 Nov 2012 19:20:52 +0000 Message-Id: <20121114192052.4A3EA3E0B7C@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.