Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into release
[firefly-linux-kernel-4.4.55.git] / 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