From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: linux-next: manual merge of the net-next tree with the sparc-next tree Date: Wed, 16 May 2012 07:02:45 +0200 Message-ID: <20120516050245.GA407@merkur.ravnborg.org> References: <20120516143944.57a648287aa5cd1a5930254e@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org To: Stephen Rothwell Return-path: Content-Disposition: inline In-Reply-To: <20120516143944.57a648287aa5cd1a5930254e@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Wed, May 16, 2012 at 02:39:44PM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the net-next tree got a conflict in > arch/sparc/Makefile between commit e1d7de8377e6 ("sparc: introduce > arch/sparc/Kbuild") from the sparc-next tree and commit 2809a2087cc4 > ("net: filter: Just In Time compiler for sparc") from the net-next tree. > > I suspect that the core-y net bit below should be changed to be a obj-y > bit of arch/sparc/Kbuild ... Correct - like this: arch/sparc/Kbuild: obj-y += net/ Sam