blob: 31e2e9050c7a5b5f511bfe780c69ddb1590e358c [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001obj-y += xenbus.o
2obj-y += xenbus_dev_frontend.o
3
4xenbus-objs =
5xenbus-objs += xenbus_client.o
6xenbus-objs += xenbus_comms.o
7xenbus-objs += xenbus_xs.o
8xenbus-objs += xenbus_probe.o
9
10xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
11xenbus-objs += $(xenbus-be-objs-y)
12
13obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
14obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o