Version 2.1.3
[lttng-modules.git] / Makefile
index 2cfc69012509d2c931b18291e8cbb399011aa39b..66d94bcef2fc650147b4c18d7651ca270af81398 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,14 @@ lttng-tracer-objs :=  lttng-events.o lttng-abi.o \
                        lttng-context-vpid.o lttng-context-tid.o \
                        lttng-context-vtid.o lttng-context-ppid.o \
                        lttng-context-vppid.o lttng-calibrate.o \
-                       wrapper/random.o
+                       lttng-context-hostname.o wrapper/random.o
+
+obj-m += lttng-statedump.o
+lttng-statedump-objs := lttng-statedump-impl.o wrapper/irqdesc.o \
+                       wrapper/fdtable.o
 
 ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),)
-lttng-tracer-objs += lttng-syscalls.o
+lttng-tracer-objs += lttng-syscalls.o probes/lttng-probe-user.o
 endif
 
 ifneq ($(CONFIG_PERF_EVENTS),)
@@ -52,4 +56,6 @@ modules_install:
 clean:
        $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
 
+%.i: %.c
+       $(MAKE) -C $(KERNELDIR) M=$(PWD) $@
 endif
This page took 0.022843 seconds and 4 git commands to generate.