]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/xen/xenbus/Makefile
Merge branch 'for-usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah...
[mirror_ubuntu-jammy-kernel.git] / drivers / xen / xenbus / Makefile
1 obj-y += xenbus.o
2 obj-y += xenbus_dev_frontend.o
3
4 xenbus-objs =
5 xenbus-objs += xenbus_client.o
6 xenbus-objs += xenbus_comms.o
7 xenbus-objs += xenbus_xs.o
8 xenbus-objs += xenbus_probe.o
9
10 xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
11 xenbus-objs += $(xenbus-be-objs-y)
12
13 obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
14 obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o