Makefile 234 B

12345
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. obj-$(CONFIG_SAMPLE_VFIO_MDEV_MTTY) += mtty.o
  3. obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY) += mdpy.o
  4. obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB) += mdpy-fb.o
  5. obj-$(CONFIG_SAMPLE_VFIO_MDEV_MBOCHS) += mbochs.o