Blame view

samples/Makefile 880 Bytes
6944a06d1   Masahiro Yamada   samples: guard su...
1
  # SPDX-License-Identifier: GPL-2.0
31155bc03   Mathieu Desnoyers   Linux Kernel Mark...
2
  # Makefile for Linux samples code
6944a06d1   Masahiro Yamada   samples: guard su...
3
4
5
  obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS)	+= binderfs/
  obj-$(CONFIG_SAMPLE_CONFIGFS)		+= configfs/
  obj-$(CONFIG_SAMPLE_CONNECTOR)		+= connector/
e949f4c2d   Masahiro Yamada   kbuild: add CONFI...
6
  subdir-$(CONFIG_SAMPLE_HIDRAW)		+= hidraw
6944a06d1   Masahiro Yamada   samples: guard su...
7
8
9
10
11
12
  obj-$(CONFIG_SAMPLE_HW_BREAKPOINT)	+= hw_breakpoint/
  obj-$(CONFIG_SAMPLE_KDB)		+= kdb/
  obj-$(CONFIG_SAMPLE_KFIFO)		+= kfifo/
  obj-$(CONFIG_SAMPLE_KOBJECT)		+= kobject/
  obj-$(CONFIG_SAMPLE_KPROBES)		+= kprobes/
  obj-$(CONFIG_SAMPLE_LIVEPATCH)		+= livepatch/
e949f4c2d   Masahiro Yamada   kbuild: add CONFI...
13
  subdir-$(CONFIG_SAMPLE_PIDFD)		+= pidfd
6944a06d1   Masahiro Yamada   samples: guard su...
14
15
16
17
18
19
20
21
  obj-$(CONFIG_SAMPLE_QMI_CLIENT)		+= qmi/
  obj-$(CONFIG_SAMPLE_RPMSG_CLIENT)	+= rpmsg/
  subdir-$(CONFIG_SAMPLE_SECCOMP)		+= seccomp
  obj-$(CONFIG_SAMPLE_TRACE_EVENTS)	+= trace_events/
  obj-$(CONFIG_SAMPLE_TRACE_PRINTK)	+= trace_printk/
  obj-$(CONFIG_VIDEO_PCI_SKELETON)	+= v4l/
  obj-y					+= vfio-mdev/
  subdir-$(CONFIG_SAMPLE_VFS)		+= vfs