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