]> git.ipfire.org Git - thirdparty/kernel/stable.git/blob - samples/Makefile
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[thirdparty/kernel/stable.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-y += 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-y += 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_VIDEO_PCI_SKELETON) += v4l/
21 obj-y += vfio-mdev/
22 subdir-$(CONFIG_SAMPLE_VFS) += vfs