Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
[linux-2.6-microblaze.git] / samples / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for Linux samples code
3
4 obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS)   += binderfs/
5 obj-$(CONFIG_SAMPLE_CONFIGFS)           += configfs/
6 obj-$(CONFIG_SAMPLE_CONNECTOR)          += connector/
7 subdir-$(CONFIG_SAMPLE_HIDRAW)          += hidraw
8 obj-$(CONFIG_SAMPLE_HW_BREAKPOINT)      += hw_breakpoint/
9 obj-$(CONFIG_SAMPLE_KDB)                += kdb/
10 obj-$(CONFIG_SAMPLE_KFIFO)              += kfifo/
11 obj-$(CONFIG_SAMPLE_KOBJECT)            += kobject/
12 obj-$(CONFIG_SAMPLE_KPROBES)            += kprobes/
13 obj-$(CONFIG_SAMPLE_LIVEPATCH)          += livepatch/
14 subdir-$(CONFIG_SAMPLE_PIDFD)           += pidfd
15 obj-$(CONFIG_SAMPLE_QMI_CLIENT)         += qmi/
16 obj-$(CONFIG_SAMPLE_RPMSG_CLIENT)       += rpmsg/
17 subdir-$(CONFIG_SAMPLE_SECCOMP)         += seccomp
18 obj-$(CONFIG_SAMPLE_TRACE_EVENTS)       += trace_events/
19 obj-$(CONFIG_SAMPLE_TRACE_PRINTK)       += trace_printk/
20 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT)      += ftrace/
21 obj-$(CONFIG_SAMPLE_TRACE_ARRAY)        += ftrace/
22 obj-$(CONFIG_VIDEO_PCI_SKELETON)        += v4l/
23 obj-y                                   += vfio-mdev/
24 subdir-$(CONFIG_SAMPLE_VFS)             += vfs
25 obj-$(CONFIG_SAMPLE_INTEL_MEI)          += mei/