]> git.ipfire.org Git - thirdparty/linux.git/blame - samples/Makefile
mm: remove both instances of __vmalloc_node_flags
[thirdparty/linux.git] / samples / Makefile
CommitLineData
6944a06d 1# SPDX-License-Identifier: GPL-2.0
31155bc0 2# Makefile for Linux samples code
87284978 3OBJECT_FILES_NON_STANDARD := y
31155bc0 4
6944a06d
MY
5obj-$(CONFIG_SAMPLE_ANDROID_BINDERFS) += binderfs/
6obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
7obj-$(CONFIG_SAMPLE_CONNECTOR) += connector/
e949f4c2 8subdir-$(CONFIG_SAMPLE_HIDRAW) += hidraw
6944a06d
MY
9obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/
10obj-$(CONFIG_SAMPLE_KDB) += kdb/
11obj-$(CONFIG_SAMPLE_KFIFO) += kfifo/
12obj-$(CONFIG_SAMPLE_KOBJECT) += kobject/
13obj-$(CONFIG_SAMPLE_KPROBES) += kprobes/
14obj-$(CONFIG_SAMPLE_LIVEPATCH) += livepatch/
e949f4c2 15subdir-$(CONFIG_SAMPLE_PIDFD) += pidfd
6944a06d
MY
16obj-$(CONFIG_SAMPLE_QMI_CLIENT) += qmi/
17obj-$(CONFIG_SAMPLE_RPMSG_CLIENT) += rpmsg/
18subdir-$(CONFIG_SAMPLE_SECCOMP) += seccomp
19obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
20obj-$(CONFIG_SAMPLE_TRACE_PRINTK) += trace_printk/
b06457c8 21obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace/
89ed4249 22obj-$(CONFIG_SAMPLE_TRACE_ARRAY) += ftrace/
6944a06d
MY
23obj-$(CONFIG_VIDEO_PCI_SKELETON) += v4l/
24obj-y += vfio-mdev/
25subdir-$(CONFIG_SAMPLE_VFS) += vfs
6859eba4 26obj-$(CONFIG_SAMPLE_INTEL_MEI) += mei/