X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;h=7bc3a51cd4373902195e0ec4cccaf7b1c2a6a8e3;hb=58231493cb0831be06b67dae45e2600c2bbf49ce;hp=597e245e062a7eae1b16818c02c415179173b499;hpb=299338c88005db478c3a62ea58862eb0ba267d6d;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 597e245e..7bc3a51c 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -6,9 +6,13 @@ ifneq ($(KERNELRELEASE),) ifneq ($(CONFIG_TRACEPOINTS),) ccflags-y += -I$(PWD)/probes -obj-m += sched.o obj-m += lttng-types.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 + endif else