xref: /OK3568_Linux_fs/kernel/samples/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyun# Makefile for Linux samples code
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_AUXDISPLAY)	+= auxdisplay
5*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs
6*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_CONFIGFS)		+= configfs/
7*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_CONNECTOR)		+= connector/
8*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_HIDRAW)		+= hidraw
9*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_HW_BREAKPOINT)	+= hw_breakpoint/
10*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_KDB)		+= kdb/
11*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_KFIFO)		+= kfifo/
12*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_KOBJECT)		+= kobject/
13*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_KPROBES)		+= kprobes/
14*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_LIVEPATCH)		+= livepatch/
15*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_PIDFD)		+= pidfd
16*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_QMI_CLIENT)		+= qmi/
17*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_RPMSG_CLIENT)	+= rpmsg/
18*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_SECCOMP)		+= seccomp
19*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_TIMER)		+= timers
20*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_TRACE_EVENTS)	+= trace_events/
21*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_TRACE_PRINTK)	+= trace_printk/
22*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_FTRACE_DIRECT)	+= ftrace/
23*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_TRACE_ARRAY)	+= ftrace/
24*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_UHID)		+= uhid
25*4882a593Smuzhiyunobj-$(CONFIG_VIDEO_PCI_SKELETON)	+= v4l/
26*4882a593Smuzhiyunobj-y					+= vfio-mdev/
27*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_VFS)		+= vfs
28*4882a593Smuzhiyunobj-$(CONFIG_SAMPLE_INTEL_MEI)		+= mei/
29*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_WATCHDOG)	+= watchdog
30*4882a593Smuzhiyunsubdir-$(CONFIG_SAMPLE_WATCH_QUEUE)	+= watch_queue
31*4882a593Smuzhiyunobj-$(CONFIG_DEBUG_KMEMLEAK_TEST)	+= kmemleak/
32