Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751707AbdIOWnM (ORCPT ); Fri, 15 Sep 2017 18:43:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:36582 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751388AbdIOWnK (ORCPT ); Fri, 15 Sep 2017 18:43:10 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E545C21EAC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh+dt@kernel.org X-Google-Smtp-Source: AOwi7QDrjLg3qudLfAJesyReEWRrT4fu5gCeh184tueXlTWAuSoO+D+dc9SosYcc5jAlqEJGrtMDY9BPhx39MgBYf8Q= MIME-Version: 1.0 In-Reply-To: <1505513779-11315-1-git-send-email-frowand.list@gmail.com> References: <1505513779-11315-1-git-send-email-frowand.list@gmail.com> From: Rob Herring Date: Fri, 15 Sep 2017 17:42:48 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] scripts/dtc: update dtx_diff cpp and dts include paths to match build To: Frank Rowand Cc: "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1310 Lines: 38 On Fri, Sep 15, 2017 at 5:16 PM, wrote: > From: Frank Rowand I feel like we just had the same subject. Can you make it more specific. > Update dtx_diff include paths in the same manner as: > commit b12869a8d519 ("of: remove drivers/of/testcase-data from > include search path for CPP"), commit 5ffa2aed389c ("of: remove > arch/$(SRCARCH)/boot/dts from include search path for CPP"), and > commit 50f9ddaf64e1 ("of: search scripts/dtc/include-prefixes path > for both CPP and DTC"). We need a better way for this to stop happening besides me remembering in reviews... Perhaps a separate file of include paths that all tools can use? > > Remove proposed include path kernel/dts/, which was never implemented > for the dtb build. > > For the diff case, each source file is compiled separately. For > each of those compiles, provide the location of the source file > as an include path, not the location of both source files. > > --- > > The referenced commits b12869a8d519, 5ffa2aed389c, 50f9ddaf64e1 > are in v4.14-rc1. No stable kernels need this patch. > > scripts/dtc/dtx_diff | 22 +++++++++------------- > 1 file changed, 9 insertions(+), 13 deletions(-) > > Signed-off-by: Frank Rowand This is going to get dropped. Rob