X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=probes%2FMakefile;h=81563b20b6e29ba2818a458de080926882468383;hb=ae3dd5f081c58c263e6a70f46546c3b12b3213af;hp=cfe5e75823ee1ecf09a479f330ec8160812ba201;hpb=40652b65bb2b500ea04eaa61c3dfcfaa719073be;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index cfe5e758..81563b20 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -6,9 +6,16 @@ ifneq ($(KERNELRELEASE),) ifneq ($(CONFIG_TRACEPOINTS),) ccflags-y += -I$(PWD)/probes -#obj-m += sched.o obj-m += lttng-types.o +obj-m += lttng-probe-lttng.o + +obj-m += lttng-probe-sched.o +obj-m += lttng-probe-kvm.o +obj-m += lttng-probe-irq.o +obj-m += lttng-probe-block.o +obj-m += lttng-probe-syscalls.o + endif else