GNU Linux-libre 4.14.266-gnu1
[releases.git] / drivers / xen / xenbus / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-y   += xenbus.o
3 obj-y   += xenbus_dev_frontend.o
4
5 xenbus-objs =
6 xenbus-objs += xenbus_client.o
7 xenbus-objs += xenbus_comms.o
8 xenbus-objs += xenbus_xs.o
9 xenbus-objs += xenbus_probe.o
10
11 xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
12 xenbus-objs += $(xenbus-be-objs-y)
13
14 obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
15 obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o