]> bbs.cooldavid.org Git - net-next-2.6.git/blame - samples/tracepoints/Makefile
infiniband: remove dev_base_lock use
[net-next-2.6.git] / samples / tracepoints / Makefile
CommitLineData
4a089752
MD
1# 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