diff options
author | Christian Brauner <christian@brauner.io> | 2019-01-11 14:41:00 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-01-14 17:22:22 -0700 |
commit | 9762dc1432e10d5571c1ae746c41469504360c2a (patch) | |
tree | 0291cfd86b5b49e8a5363b2248f72a79b64438fd /samples/binderfs/Makefile | |
parent | 35283f56626cbc6d5b2dcb42f6d2189ce34fee3d (diff) | |
download | linux-9762dc1432e10d5571c1ae746c41469504360c2a.tar.gz linux-9762dc1432e10d5571c1ae746c41469504360c2a.tar.bz2 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/binderfs/Makefile')
-rw-r--r-- | samples/binderfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/binderfs/Makefile b/samples/binderfs/Makefile new file mode 100644 index 000000000000..01ca9f2529a7 --- /dev/null +++ b/samples/binderfs/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs_example.o |