mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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>
7 lines
251 B
Makefile
7 lines
251 B
Makefile
# Makefile for Linux samples code
|
|
|
|
obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \
|
|
hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ \
|
|
configfs/ connector/ v4l/ trace_printk/ \
|
|
vfio-mdev/ statx/ qmi/ binderfs/
|