X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=probes%2FMakefile;h=7129e979e28fe8678123ffcc3285730c0c9c47a3;hb=5fe87d9b7e8ad3b11a1841c630865afdd1cd1946;hp=78c0c69903882a36d7d6c241a4c503eff7c8e885;hpb=9e7e489272e646b39c51e3074de800e928bb5cec;p=lttng-modules.git diff --git a/probes/Makefile b/probes/Makefile index 78c0c699..7129e979 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -24,12 +24,6 @@ ifneq ($(CONFIG_DYNAMIC_FTRACE),) obj-m += lttng-ftrace.o endif -ifneq ($(CONFIG_PERF_EVENTS),) -obj-m += lttng-perf-counters.o -endif - -obj-m += lttng-context-pid.o - endif else