xref: /openbmc/linux/samples/Makefile (revision 6944a06d)
16944a06dSMasahiro Yamada# SPDX-License-Identifier: GPL-2.0
231155bc0SMathieu Desnoyers# Makefile for Linux samples code
331155bc0SMathieu Desnoyers
46944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_ANDROID_BINDERFS)	+= binderfs/
56944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_CONFIGFS)		+= configfs/
66944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_CONNECTOR)		+= connector/
76944a06dSMasahiro Yamadasubdir-y				+= hidraw
86944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_HW_BREAKPOINT)	+= hw_breakpoint/
96944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_KDB)		+= kdb/
106944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_KFIFO)		+= kfifo/
116944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_KOBJECT)		+= kobject/
126944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_KPROBES)		+= kprobes/
136944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_LIVEPATCH)		+= livepatch/
146944a06dSMasahiro Yamadasubdir-y				+= pidfd
156944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_QMI_CLIENT)		+= qmi/
166944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_RPMSG_CLIENT)	+= rpmsg/
176944a06dSMasahiro Yamadasubdir-$(CONFIG_SAMPLE_SECCOMP)		+= seccomp
186944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_TRACE_EVENTS)	+= trace_events/
196944a06dSMasahiro Yamadaobj-$(CONFIG_SAMPLE_TRACE_PRINTK)	+= trace_printk/
206944a06dSMasahiro Yamadaobj-$(CONFIG_VIDEO_PCI_SKELETON)	+= v4l/
216944a06dSMasahiro Yamadaobj-y					+= vfio-mdev/
226944a06dSMasahiro Yamadasubdir-$(CONFIG_SAMPLE_VFS)		+= vfs
23