Blame view

samples/tracepoints/Makefile 284 Bytes
4a0897526   Mathieu Desnoyers   tracing: tracepoi...
1
2
3
4
5
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