]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/xen/xenbus/Makefile
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[karo-tx-linux.git] / drivers / xen / xenbus / Makefile
1 obj-y   += xenbus.o
2 obj-y   += xenbus_dev_frontend.o
3
4 xenbus-objs =
5 xenbus-objs += xenbus_client.o
6 xenbus-objs += xenbus_comms.o
7 xenbus-objs += xenbus_xs.o
8 xenbus-objs += xenbus_probe.o
9
10 xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
11 xenbus-objs += $(xenbus-be-objs-y)
12
13 obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
14 obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o