Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 8 Oct 2002 12:15:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 8 Oct 2002 12:15:17 -0400 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:8327 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Tue, 8 Oct 2002 12:14:59 -0400 Date: Tue, 8 Oct 2002 11:19:34 -0500 (CDT) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Adrian Bunk cc: James Bottomley , Alan Cox , Subject: Re: Linux 2.5.41-ac1 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 952 Lines: 34 On Tue, 8 Oct 2002, Adrian Bunk wrote: > On Tue, 8 Oct 2002, Kai Germaschewski wrote: > > >... > > To restore the previous state, just do > > > > obj-y += ... ../kernel/trampoline.o > >... > > There seems to be a bug in kbuild that makes your suggestion impossible: Oh well, actually, I only made it possible to have multipart objects pull in objects from different dirs (but I still discourage that except for special cases), not for obj-y. So you have to do sth like obj-y += .. trampoline.o trampoline-objs := ../kernel/trampoline.o And you do not really want to do this, you rather want CONFIG_VOYAGER to define_bool CONFIG_X86_SMP y and be done without ugly hacks in the Makefiles. --Kai - 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/