xref: /linux/samples/Makefile (revision 6944a06d141b9afea38b15da08bd773d90abef0c)
1*6944a06dSMasahiro Yamada# SPDX-License-Identifier: GPL-2.0
231155bc0SMathieu Desnoyers# Makefile for Linux samples code
331155bc0SMathieu Desnoyers
4*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_ANDROID_BINDERFS)	+= binderfs/
5*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_CONFIGFS)		+= configfs/
6*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_CONNECTOR)		+= connector/
7*6944a06dSMasahiro Yamadasubdir-y				+= hidraw
8*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_HW_BREAKPOINT)	+= hw_breakpoint/
9*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_KDB)		+= kdb/
10*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_KFIFO)		+= kfifo/
11*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_KOBJECT)		+= kobject/
12*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_KPROBES)		+= kprobes/
13*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_LIVEPATCH)		+= livepatch/
14*6944a06dSMasahiro Yamadasubdir-y				+= pidfd
15*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_QMI_CLIENT)		+= qmi/
16*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_RPMSG_CLIENT)	+= rpmsg/
17*6944a06dSMasahiro Yamadasubdir-$(CONFIG_SAMPLE_SECCOMP)		+= seccomp
18*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_TRACE_EVENTS)	+= trace_events/
19*6944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_TRACE_PRINTK)	+= trace_printk/
20*6944a06dSMasahiro Yamadaobj-$(CONFIG_VIDEO_PCI_SKELETON)	+= v4l/
21*6944a06dSMasahiro Yamadaobj-y					+= vfio-mdev/
22*6944a06dSMasahiro Yamadasubdir-$(CONFIG_SAMPLE_VFS)		+= vfs
23