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 | |
---|---|
File size: 302 bytes |
Line | |
---|---|
1 | obj-y += xenbus_client.o xenbus_comms.o xenbus_xs.o xenbus_probe.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-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o |
8 | obj-y += $(xenbus-y) $(xenbus-m) |
9 | obj-$(CONFIG_XEN_XENBUS_DEV) += xenbus_dev.o |
Note: See TracBrowser
for help on using the repository browser.