diff options
Diffstat (limited to 'samples/markers/Makefile')
-rw-r--r-- | samples/markers/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/samples/markers/Makefile b/samples/markers/Makefile deleted file mode 100644 index 6d72312..0000000 --- a/samples/markers/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -# 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 |