|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [PATCH]: Various build clean-ups
On Wed, Mar 29, 2006 at 11:04:02AM -0800, Chris Wright wrote:
> * Horms (horms@xxxxxxxxxxxx) wrote:
> > diff -r 40c23921e729 linux-2.6-xen-sparse/drivers/xen/Makefile
> > --- a/linux-2.6-xen-sparse/drivers/xen/Makefile Mon Mar 27 18:03:03
> > 2006 +0100
> > +++ b/linux-2.6-xen-sparse/drivers/xen/Makefile Tue Mar 28 18:49:58
> > 2006 +0900
> > @@ -1,22 +1,20 @@
> >
> > -obj-y += net_driver_util.o
> > -obj-y += util.o
> > +obj-y += util.o
> >
> > obj-y += core/
> > -obj-y += char/
> > obj-y += console/
> > obj-y += evtchn/
> > -obj-y += balloon/
> > +#obj-y += balloon/
> > obj-y += privcmd/
> > +obj-y += blkback/
> > +#obj-y += netback/
> > +obj-y += blkfront/
> > obj-y += xenbus/
> > +#obj-y += netfront/
> > +#obj-$(CONFIG_XEN_PRIVILEGED_GUEST) += privcmd/
> > +#obj-$(CONFIG_XEN_BLKDEV_BACKEND) += blkback/
> > +#obj-$(CONFIG_XEN_NETDEV_BACKEND) += netback/
> > +#obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += blkfront/
> > +#obj-$(CONFIG_XEN_NETDEV_FRONTEND) += netfront/
> > +#obj-$(CONFIG_XEN_BLKDEV_TAP) += blktap/
> >
> > -obj-$(CONFIG_XEN_BLKDEV_BACKEND) += blkback/
> > -obj-$(CONFIG_XEN_NETDEV_BACKEND) += netback/
> > -obj-$(CONFIG_XEN_TPMDEV_BACKEND) += tpmback/
> > -obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += blkfront/
> > -obj-$(CONFIG_XEN_NETDEV_FRONTEND) += netfront/
> > -obj-$(CONFIG_XEN_BLKDEV_TAP) += blktap/
> > -obj-$(CONFIG_XEN_TPMDEV_FRONTEND) += tpmfront/
> > -obj-$(CONFIG_XEN_PCIDEV_BACKEND) += pciback/
> > -obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += pcifront/
>
> This doesn't look like it's meant to be the final version.
Indeed. I don't recall doing that, so perhaps its some
automangling that crept in. I'll rediff.
--
Horms
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|