Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753429AbdFMNEP (ORCPT ); Tue, 13 Jun 2017 09:04:15 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:39481 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752480AbdFMNEN (ORCPT ); Tue, 13 Jun 2017 09:04:13 -0400 X-Auth-Info: ip4sfrf9oD5iRMEqyB7Sfgs64vBd4OgYJtGnSwq9gbA= Date: Tue, 13 Jun 2017 15:04:00 +0200 From: Anatolij Gustschin To: Masahiro Yamada , Michael Ellerman , linuxppc-dev@lists.ozlabs.org Cc: Benjamin Herrenschmidt , Paul Mackerras , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Mark Rutland Subject: Re: [PATCH] powerpc: dts: use #include "..." to include local DT Message-ID: <20170613150400.3958162c@crub> In-Reply-To: <1495602744-18874-1-git-send-email-yamada.masahiro@socionext.com> References: <1495602744-18874-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 465 Lines: 15 Hi, On Wed, 24 May 2017 14:12:24 +0900 Masahiro Yamada yamada.masahiro@socionext.com wrote: >Most of DT files in PowerPC use #include "..." to make pre-processor >include DT in the same directory, but we have 3 exceptional files >that use #include <...> for that. > >Fix them to remove -I$(srctree)/arch/$(SRCARCH)/boot/dts path from >dtc_cpp_flags. > >Signed-off-by: Masahiro Yamada Tested-by: Anatolij Gustschin