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