Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / xen / xenbus / Makefile
blobb0d69602214e6c447cfbd9900dccee4900256562
1 # SPDX-License-Identifier: GPL-2.0
2 obj-y += xenbus.o
4 xenbus-y := xenbus_client.o
5 xenbus-y += xenbus_comms.o
6 xenbus-y += xenbus_xs.o
7 xenbus-y += xenbus_probe.o
9 xenbus-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
11 obj-y += xenbus_dev_frontend.o
12 obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
13 obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o