blob: 0c75321108151d12df8c946fbadee5c1e1779e76 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# SPDX-License-Identifier: GPL-2.0
2obj-y += xenbus.o
3obj-y += xenbus_dev_frontend.o
4
5xenbus-objs =
6xenbus-objs += xenbus_client.o
7xenbus-objs += xenbus_comms.o
8xenbus-objs += xenbus_xs.o
9xenbus-objs += xenbus_probe.o
10
11xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
12xenbus-objs += $(xenbus-be-objs-y)
13
14obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
15obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o