X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2FMakefile;h=554e6ffaf8e34c6a3a889786d3a126bbdc3fe46a;hb=5b88d86e2d45fed6d405fd9fb72d6c1c22d35374;hp=14a7c93bc3c867a361aae0d10a3711d36ae10b18;hpb=e0a7a7c4a6a88a60ae40baeb4f4656f58175993a;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 14a7c93b..554e6ffa 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -16,12 +16,18 @@ obj-m += lttng-probe-irq.o obj-m += lttng-probe-block.o obj-m += lttng-probe-syscalls.o +ifneq ($(CONFIG_KPROBES),) obj-m += lttng-kprobes.o +endif ifneq ($(CONFIG_DYNAMIC_FTRACE),) obj-m += lttng-ftrace.o endif +ifneq ($(CONFIG_PERF_EVENTS),) +obj-m += lttng-perf-counters.o +endif + endif else