[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1178756375.7286.178.camel@localhost.localdomain>
Date: Thu, 10 May 2007 10:19:35 +1000
From: Rusty Russell <rusty@...tcorp.com.au>
To: Sam Ravnborg <sam@...nborg.org>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
virtualization@...ts.osdl.org, ak@...e.de
Subject: Re: [patch 5/9] lguest: the Makefile and Kconfig
On Wed, 2007-05-09 at 22:47 +0200, Sam Ravnborg wrote:
> > diff -puN /dev/null drivers/lguest/Makefile
> > --- /dev/null
> > +++ a/drivers/lguest/Makefile
> > @@ -0,0 +1,7 @@
> > +# Guest requires the paravirt_ops replacement and the bus driver.
> > +obj-$(CONFIG_LGUEST_GUEST) += lguest.o lguest_asm.o lguest_bus.o
> > +
> > +# Host requires the other files, which can be a module.
> > +obj-$(CONFIG_LGUEST) += lg.o
> > +lg-objs := core.o hypercalls.o page_tables.o interrupts_and_traps.o \
> > + segments.o io.o lguest_user.o switcher.o
> Please use: lg-y :=
> Using -objs is no longer preferred.
Hi Sam!
Thanks, will patch.
Cheers,
Rusty.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists