X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=dc44fd40b6cfb2834ef0b1e89861aa5e85ecafc4;hb=c24a0d710f6aac1484bd02bb6375e8de7429edd0;hp=fa337a0fd97332dd2586a763f7895ada610f21f6;hpb=a0bea89bba00be4c2fc348b7c21fa7b0e4298a66;p=lttng-modules.git diff --git a/Makefile b/Makefile index fa337a0f..dc44fd40 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,10 @@ ltt-relay-objs := ltt-events.o ltt-debugfs-abi.o \ lttng-context-pid.o lttng-context-comm.o \ lttng-context-prio.o lttng-context-nice.o +ifneq ($(CONFIG_PERF_EVENTS),) +ltt-relay-objs += lttng-context-perf-counters.o +endif + obj-m += probes/ obj-m += lib/