diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2016-12-30 08:13:30 -0700 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2016-12-30 08:13:30 -0700 |
commit | 08c1a4ef7cccd5632526be923c5b6eaca59d8b01 (patch) | |
tree | 52fa190c95d3233baf5f6986e3eb56a34006cf72 /samples/Makefile | |
parent | 98473f9f3f9bd404873cd1178c8be7d6d619f0d1 (diff) | |
download | linux-08c1a4ef7cccd5632526be923c5b6eaca59d8b01.tar.gz linux-08c1a4ef7cccd5632526be923c5b6eaca59d8b01.tar.bz2 linux-08c1a4ef7cccd5632526be923c5b6eaca59d8b01.zip |
vfio-mdev: Fix mtty sample driver building
This sample driver was originally under Documentation/ and was moved
to samples, but build support was never adjusted for the new location.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Tested-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Kirti Wankhede <kwankhede@nvidia.com>
Diffstat (limited to 'samples/Makefile')
-rw-r--r-- | samples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile index e17d66d77f09..86a137e451d9 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -2,4 +2,5 @@ obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \ hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \ - configfs/ connector/ v4l/ trace_printk/ blackfin/ + configfs/ connector/ v4l/ trace_printk/ blackfin/ \ + vfio-mdev/ |