xref: /linux-5.10/samples/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2# Makefile for Linux samples code
3
4subdir-$(CONFIG_SAMPLE_AUXDISPLAY)	+= auxdisplay
5subdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs
6obj-$(CONFIG_SAMPLE_CONFIGFS)		+= configfs/
7obj-$(CONFIG_SAMPLE_CONNECTOR)		+= connector/
8subdir-$(CONFIG_SAMPLE_HIDRAW)		+= hidraw
9obj-$(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/
15subdir-$(CONFIG_SAMPLE_PIDFD)		+= pidfd
16obj-$(CONFIG_SAMPLE_QMI_CLIENT)		+= qmi/
17obj-$(CONFIG_SAMPLE_RPMSG_CLIENT)	+= rpmsg/
18subdir-$(CONFIG_SAMPLE_SECCOMP)		+= seccomp
19subdir-$(CONFIG_SAMPLE_TIMER)		+= timers
20obj-$(CONFIG_SAMPLE_TRACE_EVENTS)	+= trace_events/
21obj-$(CONFIG_SAMPLE_TRACE_PRINTK)	+= trace_printk/
22obj-$(CONFIG_SAMPLE_FTRACE_DIRECT)	+= ftrace/
23obj-$(CONFIG_SAMPLE_TRACE_ARRAY)	+= ftrace/
24subdir-$(CONFIG_SAMPLE_UHID)		+= uhid
25obj-$(CONFIG_VIDEO_PCI_SKELETON)	+= v4l/
26obj-y					+= vfio-mdev/
27subdir-$(CONFIG_SAMPLE_VFS)		+= vfs
28obj-$(CONFIG_SAMPLE_INTEL_MEI)		+= mei/
29subdir-$(CONFIG_SAMPLE_WATCHDOG)	+= watchdog
30subdir-$(CONFIG_SAMPLE_WATCH_QUEUE)	+= watch_queue
31obj-$(CONFIG_DEBUG_KMEMLEAK_TEST)	+= kmemleak/
32

served by {OpenGrok

Last Index Update: Sun Aug 03 21:36:48 UTC 2025