blob: 7d6e4ca28d696ac539f1e690eee8d36c8635f917 [file] [log] [blame]
Masahiro Yamada6944a062019-05-09 10:00:19 +09001# SPDX-License-Identifier: GPL-2.0
Mathieu Desnoyers31155bc2007-10-18 23:41:08 -07002# Makefile for Linux samples code
3
Masahiro Yamada6944a062019-05-09 10:00:19 +09004obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs/
5obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
6obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/
Masahiro Yamadae949f4c2019-06-04 19:13:59 +09007subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw
Masahiro Yamada6944a062019-05-09 10:00:19 +09008obj-$(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/
Masahiro Yamadae949f4c2019-06-04 19:13:59 +090014subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd
Masahiro Yamada6944a062019-05-09 10:00:19 +090015obj-$(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/
20obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
21obj-y += vfio-mdev/
22subdir-$(CONFIG_SAMPLE_VFS) += vfs