diff options
Diffstat (limited to 'samples/markers/Makefile')
-rw-r--r-- | samples/markers/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/samples/markers/Makefile b/samples/markers/Makefile new file mode 100644 index 000000000000..6d7231265f0f --- /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 |