]> Git Repo - linux.git/blob - drivers/xen/xenbus/Makefile
Linux 6.14-rc3
[linux.git] / drivers / xen / xenbus / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-y   += xenbus.o
3
4 xenbus-y := xenbus_client.o
5 xenbus-y += xenbus_comms.o
6 xenbus-y += xenbus_xs.o
7 xenbus-y += xenbus_probe.o
8
9 xenbus-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
10
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
This page took 0.033094 seconds and 4 git commands to generate.