Masahiro Yamada | 6944a06 | 2019-05-09 10:00:19 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Mathieu Desnoyers | 31155bc | 2007-10-18 23:41:08 -0700 | [diff] [blame] | 2 | # Makefile for Linux samples code |
| 3 | |
Masahiro Yamada | 6944a06 | 2019-05-09 10:00:19 +0900 | [diff] [blame] | 4 | obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs/ |
| 5 | obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/ |
| 6 | obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/ |
Masahiro Yamada | e949f4c | 2019-06-04 19:13:59 +0900 | [diff] [blame] | 7 | subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw |
Masahiro Yamada | 6944a06 | 2019-05-09 10:00:19 +0900 | [diff] [blame] | 8 | obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/ |
| 9 | obj-$(CONFIG_SAMPLE_KDB) += kdb/ |
| 10 | obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/ |
| 11 | obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/ |
| 12 | obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/ |
| 13 | obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/ |
Masahiro Yamada | e949f4c | 2019-06-04 19:13:59 +0900 | [diff] [blame] | 14 | subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd |
Masahiro Yamada | 6944a06 | 2019-05-09 10:00:19 +0900 | [diff] [blame] | 15 | obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/ |
| 16 | obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/ |
| 17 | subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp |
| 18 | obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/ |
| 19 | obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/ |
| 20 | obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/ |
| 21 | obj-y += vfio-mdev/ |
| 22 | subdir-$(CONFIG_SAMPLE_VFS) += vfs |