X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;h=597e245e062a7eae1b16818c02c415179173b499;hb=299338c88005db478c3a62ea58862eb0ba267d6d;hp=cfe5e75823ee1ecf09a479f330ec8160812ba201;hpb=1d12cebd26ab7c1ee4a23714ec71660c5352fbd4;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index cfe5e758..597e245e 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 += sched.o obj-m += lttng-types.o endif