1# SPDX-License-Identifier: GPL-2.0 2obj-y += xenbus.o 3 4xenbus-y := xenbus_client.o 5xenbus-y += xenbus_comms.o 6xenbus-y += xenbus_xs.o 7xenbus-y += xenbus_probe.o 8 9xenbus-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o 10 11obj-y += xenbus_dev_frontend.o 12obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o 13obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o 14