ocfs2: Make the left masklogs compat.
[taoma-kernel.git] / drivers / xen / xenbus / Makefile
blob8dca685358b4286f17b5f4d362288d83ee4ab3bb
1 obj-y += xenbus.o
3 xenbus-objs =
4 xenbus-objs += xenbus_client.o
5 xenbus-objs += xenbus_comms.o
6 xenbus-objs += xenbus_xs.o
7 xenbus-objs += xenbus_probe.o
9 xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
10 xenbus-objs += $(xenbus-be-objs-y)
12 obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o