Makefile 284 B

1234567
  1. # builds the tracepoint example kernel modules;
  2. # then to use one (as root): insmod <module_name.ko>
  3. obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-sample.o
  4. obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample.o
  5. obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample2.o