xref: /kernel/linux/linux-6.6/drivers/xen/xenbus/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/xen/xenbus/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ciobj-y	+= xenbus.o
362306a36Sopenharmony_ciobj-y	+= xenbus_dev_frontend.o
462306a36Sopenharmony_ci
562306a36Sopenharmony_cixenbus-objs =
662306a36Sopenharmony_cixenbus-objs += xenbus_client.o
762306a36Sopenharmony_cixenbus-objs += xenbus_comms.o
862306a36Sopenharmony_cixenbus-objs += xenbus_xs.o
962306a36Sopenharmony_cixenbus-objs += xenbus_probe.o
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_cixenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
1262306a36Sopenharmony_cixenbus-objs += $(xenbus-be-objs-y)
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ciobj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
1562306a36Sopenharmony_ciobj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o
16

Indexes created Thu Nov 07 10:32:03 CST 2024