From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pasmtpa.tele.dk ([80.160.77.114]:42819 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755434AbYBDTqW (ORCPT ); Mon, 4 Feb 2008 14:46:22 -0500 Date: Mon, 4 Feb 2008 20:46:26 +0100 From: Sam Ravnborg Subject: Re: [PATCH] kbuild: Fix instrumentation removal breakage on avr32 Message-ID: <20080204194626.GA16664@uranus.ravnborg.org> References: <20080203211042.GF2648@uranus.ravnborg.org> <20080204124448.3633e937@dhcp-252-066.norway.atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080204124448.3633e937@dhcp-252-066.norway.atmel.com> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Haavard Skinnemoen Cc: Linus Torvalds , linux-kbuild , LKML , Andrew Morton , Mathieu Desnoyers On Mon, Feb 04, 2008 at 12:44:48PM +0100, Haavard Skinnemoen wrote: > On Sun, 3 Feb 2008 22:10:42 +0100 > Sam Ravnborg wrote: > > > Mathieu Desnoyers (5): > > Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig > > AVR32 still includes Kconfig.instrumentation, so it won't build after > this... > > I did point this out when the patch was submitted, I sent the avr32 > pull request early as promised (more than a week ago), but it still > broke. Please apply the fix below. This fixes 2.6.24-mm1 too. Sorry for not catching this. I just blow away my git tree at kernel.org to avoid getting it merged with the bug but Linus was too quick for me so he already merged kbuild.git and applied this patch afterwards. Sam