aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/Makefile
diff options
context:
space:
mode:
authorChristian Brauner <christian@brauner.io>2019-01-11 14:41:00 +0100
committerJonathan Corbet <corbet@lwn.net>2019-01-14 17:22:22 -0700
commit9762dc1432e10d5571c1ae746c41469504360c2a (patch)
tree0291cfd86b5b49e8a5363b2248f72a79b64438fd /samples/Makefile
parentDocumentation/filesystems: add binderfs (diff)
downloadwireguard-linux-9762dc1432e10d5571c1ae746c41469504360c2a.tar.xz
wireguard-linux-9762dc1432e10d5571c1ae746c41469504360c2a.zip
samples: add binderfs sample program
This adds a simple sample program mounting binderfs and adding, then removing a binder device. Hopefully, it will be helpful to users who want to know how binderfs is supposed to be used. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'samples/Makefile')
-rw-r--r--samples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile
index bd601c038b86..b1142a958811 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -3,4 +3,4 @@
obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \
hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
configfs/ connector/ v4l/ trace_printk/ \
- vfio-mdev/ statx/ qmi/
+ vfio-mdev/ statx/ qmi/ binderfs/