]>
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 |
6944a06d MY |
6 | obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/ |
7 | obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/ | |
e949f4c2 | 8 | subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw |
6944a06d MY |
9 | obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/ |
10 | obj-$(CONFIG_SAMPLE_KDB) += kdb/ | |
11 | obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/ | |
12 | obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/ | |
13 | obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/ | |
14 | obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/ | |
e949f4c2 | 15 | subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd |
6944a06d MY |
16 | obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/ |
17 | obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/ | |
18 | subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp | |
b98ccc71 | 19 | subdir-$(CONFIG_SAMPLE_TIMER) += timers |
6944a06d MY |
20 | obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/ |
21 | obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/ | |
b06457c8 | 22 | obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/ |
89ed4249 | 23 | obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/ |
87ecdf4f | 24 | subdir-$(CONFIG_SAMPLE_UHID) += uhid |
6944a06d MY |
25 | obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/ |
26 | obj-y += vfio-mdev/ | |
27 | subdir-$(CONFIG_SAMPLE_VFS) += vfs | |
6859eba4 | 28 | obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/ |
88a8e278 | 29 | subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog |
f5b5a164 | 30 | subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue |
1abbef4f | 31 | obj-$(CONFIG_DEBUG_KMEMLEAK_TEST) += kmemleak/ |