source: trunk/packages/xen-3.1/xen-3.1/linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

File size: 302 bytes
Line 
1obj-y += xenbus_client.o xenbus_comms.o xenbus_xs.o xenbus_probe.o
2obj-$(CONFIG_XEN_BACKEND) += xenbus_be.o
3
4xenbus_be-objs =
5xenbus_be-objs += xenbus_backend_client.o
6
7xenbus-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
8obj-y += $(xenbus-y) $(xenbus-m)
9obj-$(CONFIG_XEN_XENBUS_DEV) += xenbus_dev.o
Note: See TracBrowser for help on using the repository browser.