X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2FMakefile;h=554e6ffaf8e34c6a3a889786d3a126bbdc3fe46a;hb=5b88d86e2d45fed6d405fd9fb72d6c1c22d35374;hp=7129e979e28fe8678123ffcc3285730c0c9c47a3;hpb=acd614cc4d30407efd46a528e29dadb403d25ffb;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 7129e979..554e6ffa 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -24,6 +24,10 @@ ifneq ($(CONFIG_DYNAMIC_FTRACE),) obj-m += lttng-ftrace.o endif +ifneq ($(CONFIG_PERF_EVENTS),) +obj-m += lttng-perf-counters.o +endif + endif else