This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / drivers / xen / xenbus / Makefile
1 obj-y   += xenbus.o
2 obj-$(CONFIG_XEN_BACKEND) += xenbus_be.o
3
4 xenbus_be-objs =
5 xenbus_be-objs += xenbus_backend_client.o
6
7 xenbus-objs =
8 xenbus-objs += xenbus_client.o
9 xenbus-objs += xenbus_comms.o
10 xenbus-objs += xenbus_xs.o
11 xenbus-objs += xenbus_probe.o
12 obj-$(CONFIG_XEN_XENBUS_DEV) += xenbus_dev.o