Merge remote-tracking branch 'torvalds/master' into perf/urgent
[linux-2.6-microblaze.git] / samples / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for Linux samples code
3
4 subdir-$(CONFIG_SAMPLE_AUXDISPLAY)      += auxdisplay
5 subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs
6 obj-$(CONFIG_SAMPLE_CONFIGFS)           += configfs/
7 obj-$(CONFIG_SAMPLE_CONNECTOR)          += connector/
8 subdir-$(CONFIG_SAMPLE_HIDRAW)          += hidraw
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 subdir-$(CONFIG_SAMPLE_LANDLOCK)        += landlock
15 obj-$(CONFIG_SAMPLE_LIVEPATCH)          += livepatch/
16 subdir-$(CONFIG_SAMPLE_PIDFD)           += pidfd
17 obj-$(CONFIG_SAMPLE_QMI_CLIENT)         += qmi/
18 obj-$(CONFIG_SAMPLE_RPMSG_CLIENT)       += rpmsg/
19 subdir-$(CONFIG_SAMPLE_SECCOMP)         += seccomp
20 subdir-$(CONFIG_SAMPLE_TIMER)           += timers
21 obj-$(CONFIG_SAMPLE_TRACE_EVENTS)       += trace_events/
22 obj-$(CONFIG_SAMPLE_TRACE_PRINTK)       += trace_printk/
23 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT)      += ftrace/
24 obj-$(CONFIG_SAMPLE_TRACE_ARRAY)        += ftrace/
25 subdir-$(CONFIG_SAMPLE_UHID)            += uhid
26 obj-$(CONFIG_VIDEO_PCI_SKELETON)        += v4l/
27 obj-y                                   += vfio-mdev/
28 subdir-$(CONFIG_SAMPLE_VFS)             += vfs
29 obj-$(CONFIG_SAMPLE_INTEL_MEI)          += mei/
30 subdir-$(CONFIG_SAMPLE_WATCHDOG)        += watchdog
31 subdir-$(CONFIG_SAMPLE_WATCH_QUEUE)     += watch_queue
32 obj-$(CONFIG_DEBUG_KMEMLEAK_TEST)       += kmemleak/