Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753322AbbFDRDV (ORCPT ); Thu, 4 Jun 2015 13:03:21 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:33637 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932154AbbFDRDR (ORCPT ); Thu, 4 Jun 2015 13:03:17 -0400 MIME-Version: 1.0 In-Reply-To: <20150604102032.DF5B4140280@ozlabs.org> References: <1433308225-13874-1-git-send-email-robh@kernel.org> <20150604102032.DF5B4140280@ozlabs.org> From: Rob Herring Date: Thu, 4 Jun 2015 12:02:55 -0500 X-Google-Sender-Auth: XbA79KAzBeXxVX9-nFzA42R70q4 Message-ID: Subject: Re: of: clean-up unnecessary libfdt include paths To: Michael Ellerman Cc: "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Linux-MIPS , Ralf Baechle , Paul Mackerras , Grant Likely , linuxppc-dev 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: 1293 Lines: 36 On Thu, Jun 4, 2015 at 5:20 AM, Michael Ellerman wrote: > 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" ? Changing the scripts/dtc/libfdt/libfdt.h includes from <> to "". The import script does this now and the recent import in my for-next tree has this. I'll clarify this in the commit message. > >> 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 Thanks. Rob -- 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/