aboutsummaryrefslogtreecommitdiffstats
path: root/samples/tracepoints/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/tracepoints/Makefile')
-rw-r--r--samples/tracepoints/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/tracepoints/Makefile b/samples/tracepoints/Makefile
new file mode 100644
index 000000000000..36479ad9ae14
--- /dev/null
+++ b/samples/tracepoints/Makefile
@@ -0,0 +1,6 @@
+# builds the tracepoint example kernel modules;
+# then to use one (as root): insmod <module_name.ko>
+
+obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-sample.o
+obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample.o
+obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample2.o