]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - samples/Makefile
Revert "objtool: Skip samples subdirectory"
[thirdparty/kernel/linux.git] / samples / Makefile
CommitLineData
6944a06d 1# SPDX-License-Identifier: GPL-2.0
31155bc0
MD
2# Makefile for Linux samples code
3
6944a06d
MY
4obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs/
5obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
6obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/
e949f4c2 7subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw
6944a06d
MY
8obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/
9obj-$(CONFIG_SAMPLE_KDB) += kdb/
10obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/
11obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/
12obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/
13obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/
e949f4c2 14subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd
6944a06d
MY
15obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/
16obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/
17subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp
18obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
19obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
b06457c8 20obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/
89ed4249 21obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/
6944a06d
MY
22obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
23obj-y += vfio-mdev/
24subdir-$(CONFIG_SAMPLE_VFS) += vfs
6859eba4 25obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/