162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# Makefile for Linux samples code 362306a36Sopenharmony_ci 462306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_AUXDISPLAY) += auxdisplay 562306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs 662306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/ 762306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_CONNECTOR) += connector/ 862306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_FANOTIFY_ERROR) += fanotify/ 962306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw 1062306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/ 1162306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_KDB) += kdb/ 1262306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_KFIFO) += kfifo/ 1362306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_KOBJECT) += kobject/ 1462306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_KPROBES) += kprobes/ 1562306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_LANDLOCK) += landlock 1662306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/ 1762306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_PIDFD) += pidfd 1862306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/ 1962306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/ 2062306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp 2162306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_TIMER) += timers 2262306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/ 2362306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/ 2462306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/ 2562306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/ 2662306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace/ 2762306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_FTRACE_OPS) += ftrace/ 2862306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/ 2962306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_UHID) += uhid 3062306a36Sopenharmony_ciobj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/ 3162306a36Sopenharmony_ciobj-y += vfio-mdev/ 3262306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_VFS) += vfs 3362306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/ 3462306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_TPS6594_PFSM) += pfsm/ 3562306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_WATCHDOG) += watchdog 3662306a36Sopenharmony_cisubdir-$(CONFIG_SAMPLE_WATCH_QUEUE) += watch_queue 3762306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_KMEMLEAK) += kmemleak/ 3862306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_CORESIGHT_SYSCFG) += coresight/ 3962306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_FPROBE) += fprobe/ 4062306a36Sopenharmony_ciobj-$(CONFIG_SAMPLES_RUST) += rust/ 4162306a36Sopenharmony_ciobj-$(CONFIG_SAMPLE_HCK) += hck/ 42