David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | # Makefile for Linux samples code |
| 3 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 4 | obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs/ |
| 5 | obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/ |
| 6 | obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/ |
| 7 | subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw |
| 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/ |
| 14 | subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd |
| 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 |