From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Date: Sun, 09 Mar 2014 05:35:08 +0000 Subject: Re: [PATCH v2] ARM: shmobile: Add temporary include workaround Message-Id: <20140309053508.GC12854@quad.lixom.net> List-Id: References: <20140224224446.14786.79602.sendpatchset@w520> In-Reply-To: <20140224224446.14786.79602.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Tue, Feb 25, 2014 at 07:44:46AM +0900, Magnus Damm wrote: > From: Magnus Damm > > Add temporary include path in the mach-shmobile Makefile to > aid coversion from using to "something.h" > in the source files. > > Signed-off-by: Magnus Damm > > --- > > Changes since V1: > - Use += instead of := to avoid breaking MULTIPLATFORM > > arch/arm/mach-shmobile/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > > --- 0001/arch/arm/mach-shmobile/Makefile > +++ work/arch/arm/mach-shmobile/Makefile 2014-02-25 07:41:56.000000000 +0900 > @@ -4,6 +4,8 @@ > > ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/mach-shmobile/include > > +ccflags-y += -I$(srctree)/arch/arm/mach-shmobile/include/mach > + > # Common objects > obj-y := timer.o console.o > Hmm. Not a fan of doing this. Let's just do the include file move with the include string changes instead on each instance.