Cleanup: remove unused lttng-compat-syscalls.c file
[lttng-modules.git] / Makefile
index 07c3226854ecde968ec14d892e5e9b791cc5f9e8..d25c3be33eb0cd11461bb9c9d697e3de37b69b82 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,10 @@ ltt-relay-objs :=  ltt-events.o ltt-debugfs-abi.o \
                        lttng-context-vtid.o lttng-context-ppid.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 \
        if [ $(VERSION) -ge 3 \
This page took 0.023194 seconds and 4 git commands to generate.