blob: 087e0988ccc569580240bcc719c2593be83f8b46 [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/
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/
Mickaël Salaünba84b0b2021-04-22 17:41:21 +020014subdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock
Masahiro Yamada6944a062019-05-09 10:00:19 +090015obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/
Masahiro Yamadae949f4c2019-06-04 19:13:59 +090016subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd
Masahiro Yamada6944a062019-05-09 10:00:19 +090017obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/
18obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/
19subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp
Masahiro Yamadab98ccc72020-04-29 12:45:26 +090020subdir-$(CONFIG_SAMPLE_TIMER) += timers
Masahiro Yamada6944a062019-05-09 10:00:19 +090021obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
22obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
Steven Rostedt (VMware)b06457c2019-11-08 13:12:33 -050023obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/
Divya Indi89ed4242019-11-20 11:08:39 -080024obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/
Masahiro Yamada87ecdf42020-04-29 12:45:19 +090025subdir-$(CONFIG_SAMPLE_UHID) += uhid
Masahiro Yamada6944a062019-05-09 10:00:19 +090026obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
27obj-y += vfio-mdev/
28subdir-$(CONFIG_SAMPLE_VFS) += vfs
Tomas Winkler6859eba2019-10-10 16:27:10 +030029obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/
Masahiro Yamada88a8e272020-04-29 12:45:27 +090030subdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog
David Howellsf5b5a162020-01-14 17:07:11 +000031subdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue
Hui Su1abbef42020-10-13 16:48:53 -070032obj-$(CONFIG_DEBUG_KMEMLEAK_TEST) += kmemleak/