X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Makefile;h=d25c3be33eb0cd11461bb9c9d697e3de37b69b82;hb=49c50022873702bca7c7589e82c1addee410690c;hp=e93792c8fabb00bd8157c1c2b603b9d7276af9f9;hpb=0f9c99095c8a1de40f47c50d1c29184771ed23bc;p=lttng-modules.git diff --git a/Makefile b/Makefile index e93792c8..d25c3be3 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,11 @@ ltt-relay-objs := ltt-events.o ltt-debugfs-abi.o \ lttng-context-prio.o lttng-context-nice.o \ lttng-context-vpid.o lttng-context-tid.o \ lttng-context-vtid.o lttng-context-ppid.o \ - lttng-context-vppid.o + lttng-context-vppid.o lttng-calibrate.o + +ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),) +ltt-relay-objs += lttng-syscalls.o +endif ifneq ($(CONFIG_PERF_EVENTS),) ltt-relay-objs += $(shell \