blob: b85fa64390c515e14224e07918688b04eabb54b3 [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
Dmitry Rokosov60433a92023-11-23 10:19:43 +03006subdir-$(CONFIG_SAMPLE_CGROUP) += cgroup
Masahiro Yamada6944a062019-05-09 10:00:19 +09007obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
8obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/
Gabriel Krisman Bertazi54510932021-10-25 16:27:45 -03009obj-$(CONFIG_SAMPLE_FANOTIFY_ERROR) += fanotify/
Masahiro Yamadae949f4c2019-06-04 19:13:59 +090010subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw
Masahiro Yamada6944a062019-05-09 10:00:19 +090011obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/
12obj-$(CONFIG_SAMPLE_KDB) += kdb/
13obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/
14obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/
15obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/
Mickaël Salaünba84b0b2021-04-22 17:41:21 +020016subdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock
Masahiro Yamada6944a062019-05-09 10:00:19 +090017obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/
Masahiro Yamadae949f4c2019-06-04 19:13:59 +090018subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd
Masahiro Yamada6944a062019-05-09 10:00:19 +090019obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/
20obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/
21subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp
Masahiro Yamadab98ccc72020-04-29 12:45:26 +090022subdir-$(CONFIG_SAMPLE_TIMER) += timers
Masahiro Yamada6944a062019-05-09 10:00:19 +090023obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
Steven Rostedt (Google)953c2f02022-03-03 17:05:32 -050024obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/
Masahiro Yamada6944a062019-05-09 10:00:19 +090025obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
Steven Rostedt (VMware)b06457c2019-11-08 13:12:33 -050026obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/
Heiko Carstens503e4512021-11-15 20:56:13 +010027obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace/
Mark Rutlandb56c68f2023-01-03 12:49:12 +000028obj-$(CONFIG_SAMPLE_FTRACE_OPS) += ftrace/
Divya Indi89ed4242019-11-20 11:08:39 -080029obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/
Masahiro Yamada87ecdf42020-04-29 12:45:19 +090030subdir-$(CONFIG_SAMPLE_UHID) += uhid
Masahiro Yamada6944a062019-05-09 10:00:19 +090031obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
32obj-y += vfio-mdev/
33subdir-$(CONFIG_SAMPLE_VFS) += vfs
Tomas Winkler6859eba2019-10-10 16:27:10 +030034obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/
Julien Panis9e66fb522023-05-11 11:51:26 +020035obj-$(CONFIG_SAMPLE_TPS6594_PFSM) += pfsm/
Masahiro Yamada88a8e272020-04-29 12:45:27 +090036subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog
David Howellsf5b5a162020-01-14 17:07:11 +000037subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue
Hao Ge27d9a0f2023-03-30 14:09:04 +080038obj-$(CONFIG_SAMPLE_KMEMLEAK) += kmemleak/
Mike Leachede5bab2021-11-24 20:00:36 +000039obj-$(CONFIG_SAMPLE_CORESIGHT_SYSCFG) += coresight/
Masami Hiramatsu6ee64cc2022-03-15 23:02:00 +090040obj-$(CONFIG_SAMPLE_FPROBE) += fprobe/
Miguel Ojedae4fc6582021-07-03 17:21:12 +020041obj-$(CONFIG_SAMPLES_RUST) += rust/