Linux 5.4.79
[linux/fpc-iii.git] / samples / Makefile
blob7d6e4ca28d696ac539f1e690eee8d36c8635f917
1 # SPDX-License-Identifier: GPL-2.0
2 # Makefile for Linux samples code
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_VIDEO_PCI_SKELETON) += v4l/
21 obj-y += vfio-mdev/
22 subdir-$(CONFIG_SAMPLE_VFS) += vfs