From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 04 Jun 2015 12:20:39 +0200 (CEST) Received: from ozlabs.org ([103.22.144.67]:47082 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27007193AbbFDKUhJ2Afi (ORCPT ); Thu, 4 Jun 2015 12:20:37 +0200 Received: by ozlabs.org (Postfix, from userid 1034) id DF5B4140280; Thu, 4 Jun 2015 20:20:32 +1000 (AEST) In-Reply-To: <1433308225-13874-1-git-send-email-robh@kernel.org> To: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org From: Michael Ellerman Cc: Rob Herring , linux-mips@linux-mips.org, Ralf Baechle , Paul Mackerras , Grant Likely , linuxppc-dev@lists.ozlabs.org Subject: Re: of: clean-up unnecessary libfdt include paths Message-Id: <20150604102032.DF5B4140280@ozlabs.org> Date: Thu, 4 Jun 2015 20:20:32 +1000 (AEST) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 47848 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: mpe@ellerman.id.au Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Wed, 2015-03-06 at 05:10:25 UTC, Rob Herring wrote: > With the latest dtc import include fixups, it is no longer necessary to > add explicit include paths to use libfdt. Remove these across the > kernel. What are the "latest dtc import include fixups" ? > diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile > index c1ebbda..c16e836 100644 > --- a/arch/powerpc/kernel/Makefile > +++ b/arch/powerpc/kernel/Makefile > @@ -2,7 +2,6 @@ > # Makefile for the linux kernel. > # > > -CFLAGS_prom.o = -I$(src)/../../../scripts/dtc/libfdt > CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"' > > subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror Acked-by: Michael Ellerman cheers From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ozlabs.org ([103.22.144.67]:47082 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27007193AbbFDKUhJ2Afi (ORCPT ); Thu, 4 Jun 2015 12:20:37 +0200 In-Reply-To: <1433308225-13874-1-git-send-email-robh@kernel.org> From: Michael Ellerman Subject: Re: of: clean-up unnecessary libfdt include paths Message-ID: <20150604102032.DF5B4140280@ozlabs.org> Date: Thu, 4 Jun 2015 20:20:32 +1000 (AEST) Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org, Ralf Baechle , Paul Mackerras , Grant Likely , linuxppc-dev@lists.ozlabs.org Message-ID: <20150604102032.KAqmHOSQjHx4P84tBjxPKARzHTB1dm7eIERzrFWJhdM@z> On Wed, 2015-03-06 at 05:10:25 UTC, Rob Herring wrote: > With the latest dtc import include fixups, it is no longer necessary to > add explicit include paths to use libfdt. Remove these across the > kernel. What are the "latest dtc import include fixups" ? > diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile > index c1ebbda..c16e836 100644 > --- a/arch/powerpc/kernel/Makefile > +++ b/arch/powerpc/kernel/Makefile > @@ -2,7 +2,6 @@ > # Makefile for the linux kernel. > # > > -CFLAGS_prom.o = -I$(src)/../../../scripts/dtc/libfdt > CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"' > > subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror Acked-by: Michael Ellerman cheers