]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/xen/xenbus/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / drivers / xen / xenbus / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
4bac07c9 2obj-y += xenbus.o
2fb3683e 3obj-y += xenbus_dev_frontend.o
4bac07c9
JF
4
5xenbus-objs =
6xenbus-objs += xenbus_client.o
7xenbus-objs += xenbus_comms.o
8xenbus-objs += xenbus_xs.o
9xenbus-objs += xenbus_probe.o
2de06cc1 10
df660251
IC
11xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
12xenbus-objs += $(xenbus-be-objs-y)
13
e9f0fec3 14obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
2de06cc1 15obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o