Makefile 359 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0
  2. obj-y += xenbus.o
  3. xenbus-y := xenbus_client.o
  4. xenbus-y += xenbus_comms.o
  5. xenbus-y += xenbus_xs.o
  6. xenbus-y += xenbus_probe.o
  7. xenbus-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
  8. obj-y += xenbus_dev_frontend.o
  9. obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
  10. obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o