From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752622AbaIEGz0 (ORCPT ); Fri, 5 Sep 2014 02:55:26 -0400 Received: from mail-we0-f182.google.com ([74.125.82.182]:55844 "EHLO mail-we0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765AbaIEGzY (ORCPT ); Fri, 5 Sep 2014 02:55:24 -0400 Date: Fri, 5 Sep 2014 08:55:19 +0200 From: Robert Richter To: Olof Johansson Cc: Robert Richter , Mark Rutland , Catalin Marinas , Will Deacon , Rob Herring , Arnd Bergmann , Pawel Moll , Ian Campbell , Kumar Gala , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Radha Mohan Chintakuntla , "devicetree@vger.kernel.org" Subject: Re: [PATCH] arm64, dts: Add dtbs_install make target Message-ID: <20140905065519.GQ4703@rric.localhost> References: <1406732794-20920-1-git-send-email-rric@kernel.org> <1406732794-20920-3-git-send-email-rric@kernel.org> <20140828161556.GN4703@rric.localhost> <20140828162549.GP14650@leverpostej> <20140828181429.GO4703@rric.localhost> <20140829121023.GW13038@rric.localhost> <20140829134942.GP4703@rric.localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140829134942.GP4703@rric.localhost> 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 Olof, On 29.08.14 15:49:42, Robert Richter wrote: > On 29.08.14 14:10:23, Robert Richter wrote: > > On 28.08.14 16:01:08, Olof Johansson wrote: > > > Thinking about it a bit more, the even more obvious solution that I > > > for some reason didn't think of at the time, is to have the > > > dtbs_install target create the appropriate subdirectories on the > > > install side, so that the structure is preserved. > > > > > > That comes a bit closer to how modules are handled as well. > > > > Yes, dtbs_install target would be useful. > > > > Will come with a solution for this too. > > below is a patch that adds the dtbs_install target to arm64. Taken > from arm where this was already implemented. please note that I sent a separate patch set with a complete implementation of this with the title: [PATCH 0/6] dts, kbuild: Implement support for dtb vendor subdirs this patch is included there too. -Robert