Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg...
[linux-2.6-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
60433a9d 6subdir-$(CONFIG_SAMPLE_CGROUP) += cgroup
6944a06d
MY
7obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
8obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/
54510930 9obj-$(CONFIG_SAMPLE_FANOTIFY_ERROR) += fanotify/
e949f4c2 10subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw
6944a06d
MY
11obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/
12obj-$(CONFIG_SAMPLE_KDB) += kdb/
13obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/
14obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/
15obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/
ba84b0bf 16subdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock
6944a06d 17obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/
e949f4c2 18subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd
6944a06d
MY
19obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/
20obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/
21subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp
b98ccc71 22subdir-$(CONFIG_SAMPLE_TIMER) += timers
6944a06d 23obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
953c2f05 24obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/
6944a06d 25obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
b06457c8 26obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/
503e4510 27obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace/
b56c68f7 28obj-$(CONFIG_SAMPLE_FTRACE_OPS) += ftrace/
89ed4249 29obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/
87ecdf4f 30subdir-$(CONFIG_SAMPLE_UHID) += uhid
6944a06d
MY
31obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
32obj-y += vfio-mdev/
33subdir-$(CONFIG_SAMPLE_VFS) += vfs
6859eba4 34obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/
9e66fb52 35obj-$(CONFIG_SAMPLE_TPS6594_PFSM) += pfsm/
88a8e278 36subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog
f5b5a164 37subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue
27d9a0fd 38obj-$(CONFIG_SAMPLE_KMEMLEAK) += kmemleak/
ede5bab8 39obj-$(CONFIG_SAMPLE_CORESIGHT_SYSCFG) += coresight/
6ee64cc3 40obj-$(CONFIG_SAMPLE_FPROBE) += fprobe/
e4fc6580 41obj-$(CONFIG_SAMPLES_RUST) += rust/