dm-crypt: use __bio_add_page to add single page to clone bio
[linux-block.git] / samples / Makefile
CommitLineData
6944a06d 1# SPDX-License-Identifier: GPL-2.0
31155bc0
MD
2# Makefile for Linux samples code
3
87ffbba9 4subdir-$(CONFIG_SAMPLE_AUXDISPLAY) += auxdisplay
fca5e949 5subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs
6944a06d
MY
6obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
7obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/
54510930 8obj-$(CONFIG_SAMPLE_FANOTIFY_ERROR) += fanotify/
e949f4c2 9subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw
6944a06d
MY
10obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/
11obj-$(CONFIG_SAMPLE_KDB) += kdb/
12obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/
13obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/
14obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/
ba84b0bf 15subdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock
6944a06d 16obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/
e949f4c2 17subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd
6944a06d
MY
18obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/
19obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/
20subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp
b98ccc71 21subdir-$(CONFIG_SAMPLE_TIMER) += timers
6944a06d 22obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
953c2f05 23obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/
6944a06d 24obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
b06457c8 25obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/
503e4510 26obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace/
b56c68f7 27obj-$(CONFIG_SAMPLE_FTRACE_OPS) += ftrace/
89ed4249 28obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/
87ecdf4f 29subdir-$(CONFIG_SAMPLE_UHID) += uhid
6944a06d
MY
30obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
31obj-y += vfio-mdev/
32subdir-$(CONFIG_SAMPLE_VFS) += vfs
6859eba4 33obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/
88a8e278 34subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog
f5b5a164 35subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue
27d9a0fd 36obj-$(CONFIG_SAMPLE_KMEMLEAK) += kmemleak/
ede5bab8 37obj-$(CONFIG_SAMPLE_CORESIGHT_SYSCFG) += coresight/
6ee64cc3 38obj-$(CONFIG_SAMPLE_FPROBE) += fprobe/
e4fc6580 39obj-$(CONFIG_SAMPLES_RUST) += rust/