From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932359AbdCGMeX (ORCPT ); Tue, 7 Mar 2017 07:34:23 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:54855 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754599AbdCGMeP (ORCPT ); Tue, 7 Mar 2017 07:34:15 -0500 X-ME-Sender: X-Sasl-enc: ZjKosjBiNjIE4M+WZ69UWnt5KvReYMHx5Pp8fdV5zu0W 1488889446 Date: Tue, 7 Mar 2017 13:24:01 +0100 From: Greg KH To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Alan Cox Subject: Re: linux-next: build failure after merge of the staging tree Message-ID: <20170307122401.GA32041@kroah.com> References: <20170307122542.49126980@canb.auug.org.au> <20170307084729.GB20446@kroah.com> <20170307204947.3096e98f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170307204947.3096e98f@canb.auug.org.au> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 07, 2017 at 08:49:47PM +1100, Stephen Rothwell wrote: > Hi Greg, > > On Tue, 7 Mar 2017 09:47:29 +0100 Greg KH wrote: > > > > I really can't duplicate this here, but you and the kbuild bot are > > hitting this now. in drivers/staging/media/atomisp/Makefile we have: > > LINUXINCLUDE += -I drivers/staging/media/atomisp/include/ > > to point the include path at where atomisp_gmin_platform.h is at. > > > > So I don't understand what is going on here. Alan, any hints? > > I use a separate object dir (O=...) so maybe you need > > LINUXINCLUDE += -I$(srctree)/drivers/staging/media/atomisp/include/ Ah! yeah, using LINUXINCLUDE sucks, I'll go make all of those include files relative references to make just building a subdir work properly. thanks for the pointer, this should get fixed in my tree soon... greg k-h