From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752842AbbC2U5g (ORCPT ); Sun, 29 Mar 2015 16:57:36 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35077 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752621AbbC2U5e (ORCPT ); Sun, 29 Mar 2015 16:57:34 -0400 Date: Sun, 29 Mar 2015 13:57:31 -0700 From: Olof Johansson To: Will Deacon Cc: Michal Simek , "linux-kernel@vger.kernel.org" , "monstr@monstr.eu" , Zach Pfeffer , Nathan Rossi , Arnd Bergmann , Catalin Marinas , Nathan Rossi , Michal Marek , "linux-kbuild@vger.kernel.org" , arm@kernel.org Subject: Re: [PATCH v2] kbuild: Create directory for target DTB Message-ID: <20150329205731.GB13301@localhost> References: <20150318132004.GC10863@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150318132004.GC10863@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 18, 2015 at 01:20:04PM +0000, Will Deacon wrote: > On Wed, Mar 18, 2015 at 12:39:07PM +0000, Michal Simek wrote: > > From: Nathan Rossi > > > > When building specific DTBs out of the kernel tree the vendor subdirs > > (boot/dts/) are not created, ensure that they are before > > building the DTB. > > > > Signed-off-by: Nathan Rossi > > Signed-off-by: Michal Simek > > --- > > > > Changes in v2: > > - Use $(dir ${dtc-tmp}) instead of `dirname ${dtc-tmp}` > > Reported-by: Will Deacon > > Looks ok to me, but no idea which tree this should go through. Maybe > arm-soc? > > Acked-by: Will Deacon Sure. Please resend with appropriate acks to arm@kernel.org and we can apply it. -Olof