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, 0 insertions, 6 deletions
diff --git a/samples/tracepoints/Makefile b/samples/tracepoints/Makefile
deleted file mode 100644
index 36479ad9ae14..000000000000
--- a/samples/tracepoints/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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