]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - samples/tracepoints/Makefile
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[linux-2.6-omap-h63xx.git] / samples / tracepoints / Makefile
1 # builds the tracepoint example kernel modules;
2 # then to use one (as root):  insmod <module_name.ko>
3
4 obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-sample.o
5 obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample.o
6 obj-$(CONFIG_SAMPLE_TRACEPOINTS) += tracepoint-probe-sample2.o