blob: 36479ad9ae145fe1e6ba7d6e694dc7a6bce679de [file] [log] [blame]
Mathieu Desnoyers4a089752008-07-18 12:16:16 -04001# builds the tracepoint example kernel modules;
2# then to use one (as root): insmod <module_name.ko>
3
4obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-sample.o
5obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample.o
6obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample2.o