1 # SPDX-License-Identifier: GPL-2.0
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