brintos

brintos / linux-shallow public Read only

0
0
Text · 359 B · b0d6960 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-y	+= xenbus.o3 4xenbus-y := xenbus_client.o5xenbus-y += xenbus_comms.o6xenbus-y += xenbus_xs.o7xenbus-y += xenbus_probe.o8 9xenbus-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o10 11obj-y	+= xenbus_dev_frontend.o12obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o13obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o14