]> Pileus Git - ~andy/linux/blob - drivers/xen/xenbus/Makefile
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
[~andy/linux] / drivers / xen / xenbus / Makefile
1 obj-y   += xenbus.o
2
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
8
9 xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
10 xenbus-objs += $(xenbus-be-objs-y)
11
12 obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o