forked from Minki/linux
9762dc1432
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>
2 lines
60 B
Makefile
2 lines
60 B
Makefile
obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs_example.o
|