summaryrefslogtreecommitdiffstats
path: root/kernel/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/samples/Makefile')
-rw-r--r--kernel/samples/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/samples/Makefile b/kernel/samples/Makefile
new file mode 100644
index 000000000..f00257bcc
--- /dev/null
+++ b/kernel/samples/Makefile
@@ -0,0 +1,4 @@
+# Makefile for Linux samples code
+
+obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \
+ hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/