aboutsummaryrefslogtreecommitdiff
path: root/samples/markers/Makefile
diff options
context:
space:
mode:
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>2007-10-18 23:41:08 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-19 11:53:55 -0700
commit31155bc03e35a8d2b2551bc2eea3da5791e1b776 (patch)
tree64a82cd692af1dc3672d311f5788e2dc6a56e546 /samples/markers/Makefile
parent267c4025f2e198a4e551556a6db31a554ca51814 (diff)
Linux Kernel Markers - Samples
Module example showing how to use the Linux Kernel Markers. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'samples/markers/Makefile')
-rw-r--r--samples/markers/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/markers/Makefile b/samples/markers/Makefile
new file mode 100644
index 00000000000..6d7231265f0
--- /dev/null
+++ b/samples/markers/Makefile
@@ -0,0 +1,4 @@
+# builds the kprobes example kernel modules;
+# then to use one (as root): insmod <module_name.ko>
+
+obj-$(CONFIG_SAMPLE_MARKERS) += probe-example.o marker-example.o