blob: 0c43b5d34b1560c541be4b99f05b871ad1a117aa [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 Yamada87ffbba2020-04-29 12:45:25 +09004subdir-$(CONFIG_SAMPLE_AUXDISPLAY) += auxdisplay
Masahiro Yamada6944a062019-05-09 10:00:19 +09005obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs/
6obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
7obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/
Masahiro Yamadae949f4c2019-06-04 19:13:59 +09008subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw
Masahiro Yamada6944a062019-05-09 10:00:19 +09009obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/
10obj-$(CONFIG_SAMPLE_KDB) += kdb/
11obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/
12obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/
13obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/
14obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/
Masahiro Yamadae949f4c2019-06-04 19:13:59 +090015subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd
Masahiro Yamada6944a062019-05-09 10:00:19 +090016obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/
17obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/
18subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp
19obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
20obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
Steven Rostedt (VMware)b06457c2019-11-08 13:12:33 -050021obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/
Divya Indi89ed4242019-11-20 11:08:39 -080022obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/
Masahiro Yamada87ecdf42020-04-29 12:45:19 +090023subdir-$(CONFIG_SAMPLE_UHID) += uhid
Masahiro Yamada6944a062019-05-09 10:00:19 +090024obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
25obj-y += vfio-mdev/
26subdir-$(CONFIG_SAMPLE_VFS) += vfs
Tomas Winkler6859eba2019-10-10 16:27:10 +030027obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/