blob: 1ae4de99c983ed50e8a1b4f8d0999a29682014ae [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 Yamadafca5e942020-06-07 12:20:53 +09005subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs
Masahiro Yamada6944a062019-05-09 10:00:19 +09006obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
7obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/
Gabriel Krisman Bertazi54510932021-10-25 16:27:45 -03008obj-$(CONFIG_SAMPLE_FANOTIFY_ERROR) += fanotify/
Masahiro Yamadae949f4c2019-06-04 19:13:59 +09009subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw
Masahiro Yamada6944a062019-05-09 10:00:19 +090010obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/
11obj-$(CONFIG_SAMPLE_KDB) += kdb/
12obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/
13obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/
14obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/
Mickaël Salaünba84b0b2021-04-22 17:41:21 +020015subdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock
Masahiro Yamada6944a062019-05-09 10:00:19 +090016obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/
Masahiro Yamadae949f4c2019-06-04 19:13:59 +090017subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd
Masahiro Yamada6944a062019-05-09 10:00:19 +090018obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/
19obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/
20subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp
Masahiro Yamadab98ccc72020-04-29 12:45:26 +090021subdir-$(CONFIG_SAMPLE_TIMER) += timers
Masahiro Yamada6944a062019-05-09 10:00:19 +090022obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
23obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
Steven Rostedt (VMware)b06457c2019-11-08 13:12:33 -050024obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/
Heiko Carstens503e4512021-11-15 20:56:13 +010025obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace/
Divya Indi89ed4242019-11-20 11:08:39 -080026obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/
Masahiro Yamada87ecdf42020-04-29 12:45:19 +090027subdir-$(CONFIG_SAMPLE_UHID) += uhid
Masahiro Yamada6944a062019-05-09 10:00:19 +090028obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
29obj-y += vfio-mdev/
30subdir-$(CONFIG_SAMPLE_VFS) += vfs
Tomas Winkler6859eba2019-10-10 16:27:10 +030031obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/
Masahiro Yamada88a8e272020-04-29 12:45:27 +090032subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog
David Howellsf5b5a162020-01-14 17:07:11 +000033subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue
Hui Su1abbef42020-10-13 16:48:53 -070034obj-$(CONFIG_DEBUG_KMEMLEAK_TEST) += kmemleak/
Mike Leachede5bab2021-11-24 20:00:36 +000035obj-$(CONFIG_SAMPLE_CORESIGHT_SYSCFG) += coresight/