X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2FMakefile;h=554e6ffaf8e34c6a3a889786d3a126bbdc3fe46a;hb=64c796d8aec1efa5d6f0d5850d2a0095cb7842e3;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