X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=probes%2FMakefile;h=ba634685f250d6ba72591bb91f5aae98e21453bf;hb=d0dd2ecbe2f2e614e0469addd1bd962db3cf047b;hp=08508a6f932f415af97c65356e8aed4d8d60f24b;hpb=df4b409438a6b8af33ac0c17d720ceb7d0224551;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 08508a6f..ba634685 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -6,7 +6,8 @@ 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