18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci# Makefile for Linux samples code
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_AUXDISPLAY)	+= auxdisplay
58c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs
68c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_CONFIGFS)		+= configfs/
78c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_CONNECTOR)		+= connector/
88c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_HIDRAW)		+= hidraw
98c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_HW_BREAKPOINT)	+= hw_breakpoint/
108c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_KDB)		+= kdb/
118c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_KFIFO)		+= kfifo/
128c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_KOBJECT)		+= kobject/
138c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_KPROBES)		+= kprobes/
148c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_LIVEPATCH)		+= livepatch/
158c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_PIDFD)		+= pidfd
168c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_QMI_CLIENT)		+= qmi/
178c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_RPMSG_CLIENT)	+= rpmsg/
188c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_SECCOMP)		+= seccomp
198c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_TIMER)		+= timers
208c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_TRACE_EVENTS)	+= trace_events/
218c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_TRACE_PRINTK)	+= trace_printk/
228c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_FTRACE_DIRECT)	+= ftrace/
238c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_TRACE_ARRAY)	+= ftrace/
248c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_UHID)		+= uhid
258c2ecf20Sopenharmony_ciobj-$(CONFIG_VIDEO_PCI_SKELETON)	+= v4l/
268c2ecf20Sopenharmony_ciobj-y					+= vfio-mdev/
278c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_VFS)		+= vfs
288c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_INTEL_MEI)		+= mei/
298c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_WATCHDOG)	+= watchdog
308c2ecf20Sopenharmony_cisubdir-$(CONFIG_SAMPLE_WATCH_QUEUE)	+= watch_queue
318c2ecf20Sopenharmony_ciobj-$(CONFIG_DEBUG_KMEMLEAK_TEST)	+= kmemleak/
328c2ecf20Sopenharmony_ciobj-$(CONFIG_SAMPLE_HCK)		+= hck/
33