inet: frags: remove inet_frag_maybe_warn_overflow()
[linux-stable.git] / drivers / xen / xenbus / Makefile
blob0c75321108151d12df8c946fbadee5c1e1779e76
1 # SPDX-License-Identifier: GPL-2.0
2 obj-y += xenbus.o
3 obj-y += xenbus_dev_frontend.o
5 xenbus-objs =
6 xenbus-objs += xenbus_client.o
7 xenbus-objs += xenbus_comms.o
8 xenbus-objs += xenbus_xs.o
9 xenbus-objs += xenbus_probe.o
11 xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
12 xenbus-objs += $(xenbus-be-objs-y)
14 obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
15 obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o