Support detailed compat syscalls on x86_64
[lttng-modules.git] / Makefile
index 0de745f616be9ac8170eab3a696545889e04f9af..1d256f39d511cf8b0a310503f5e31dbd1a576783 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +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
 
-#add for testing       lttng-syscalls.o
+ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),)
+ltt-relay-objs += lttng-syscalls.o
+#ltt-relay-objs += lttng-compat-syscalls.o
+endif
 
 ifneq ($(CONFIG_PERF_EVENTS),)
 ltt-relay-objs += $(shell \
This page took 0.030286 seconds and 4 git commands to generate.