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/
This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:25 EST