Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752631AbbFDKUr (ORCPT ); Thu, 4 Jun 2015 06:20:47 -0400 Received: from ozlabs.org ([103.22.144.67]:50887 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752243AbbFDKUf (ORCPT ); Thu, 4 Jun 2015 06:20:35 -0400 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) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 973 Lines: 29 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/