From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752891AbbDCUwq (ORCPT ); Fri, 3 Apr 2015 16:52:46 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:33983 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752666AbbDCUwm (ORCPT ); Fri, 3 Apr 2015 16:52:42 -0400 Date: Fri, 3 Apr 2015 13:52:40 -0700 From: Olof Johansson To: Michal Simek Cc: arm@kernel.org, Zach Pfeffer , Nathan Rossi , Arnd Bergmann , catalin.marinas@arm.com, will.deacon@arm.com, Nathan Rossi , linux-kernel@vger.kernel.org, monstr@monstr.eu, Michal Marek , linux-kbuild@vger.kernel.org Subject: Re: [PATCH v3] kbuild: Create directory for target DTB Message-ID: <20150403205240.GF23023@localhost> References: <9fdc43b280f2ad2e8887b63b341686254107f87d.1427719132.git.michal.simek@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9fdc43b280f2ad2e8887b63b341686254107f87d.1427719132.git.michal.simek@xilinx.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 Mon, Mar 30, 2015 at 02:39:08PM +0200, 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 > Acked-by: Will Deacon > --- Thanks, applied. -Olof