2019-05-19 14:07:45 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-12-30 16:13:30 +01:00
|
|
|
obj-$(CONFIG_SAMPLE_VFIO_MDEV_MTTY) += mtty.o
|
2018-05-11 17:05:03 +02:00
|
|
|
obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY) += mdpy.o
|
2018-05-11 17:05:04 +02:00
|
|
|
obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB) += mdpy-fb.o
|
2018-05-11 17:05:04 +02:00
|
|
|
obj-$(CONFIG_SAMPLE_VFIO_MDEV_MBOCHS) += mbochs.o
|