On Tue, Nov 06, 2007 at 02:33:53AM -0800, akpm@linux-foundation.org wrote:
[mmotm.git] / samples / tracepoints / Makefile
blob36479ad9ae145fe1e6ba7d6e694dc7a6bce679de
1 # builds the tracepoint example kernel modules;
2 # then to use one (as root): insmod <module_name.ko>
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