Group all syscall enums in one compile unit
[lttng-modules.git] / src / Kbuild
index a5a840a7d900bb315cfdf34e7772469e4c026dfa..b03b4b93e59a05df1db7770c225d55e5bd820711 100644 (file)
@@ -90,6 +90,7 @@ lttng-wrapper-objs := wrapper/page_alloc.o \
 
 ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),)
   lttng-tracer-objs += lttng-syscalls.o
+  lttng-tracer-objs += lttng-syscalls-enum.o
 endif # CONFIG_HAVE_SYSCALL_TRACEPOINTS
 
 ifneq ($(CONFIG_PERF_EVENTS),)
This page took 0.024075 seconds and 4 git commands to generate.