X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=probes%2FMakefile;h=ba634685f250d6ba72591bb91f5aae98e21453bf;hb=d0dd2ecbe2f2e614e0469addd1bd962db3cf047b;hp=cfe5e75823ee1ecf09a479f330ec8160812ba201;hpb=40652b65bb2b500ea04eaa61c3dfcfaa719073be;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index cfe5e758..ba634685 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -6,7 +6,7 @@ ifneq ($(KERNELRELEASE),) ifneq ($(CONFIG_TRACEPOINTS),) ccflags-y += -I$(PWD)/probes -#obj-m += sched.o +obj-m += lttng-probe-sched.o obj-m += lttng-types.o endif