X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=Makefile;h=2da72989e4c75a27ab4270e891a5b2c6950cadff;hb=1665dee9f59d0f53599e575ea55905593be3917f;hp=d06e6764119d4acd0d49745be0ac8a2c4445b5b2;hpb=23e6a44f127a046d02dbe8e9895cc2baf0d57c7d;p=lttng-modules.git diff --git a/Makefile b/Makefile index d06e6764..2da72989 100644 --- a/Makefile +++ b/Makefile @@ -20,19 +20,20 @@ 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 +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),) lttng-tracer-objs += $(shell \ if [ $(VERSION) -ge 3 \ - -o \( $(VERSION) -eq 2 -a $(PATCHLEVEL) -ge 6 -a $(SUBLEVEL) -ge 33 \) ] ; then \ + -o \( $(VERSION) -eq 2 -a $(PATCHLEVEL) -ge 6 -a $(SUBLEVEL) -ge 34 \) ] ; then \ echo "lttng-context-perf-counters.o" ; fi;) endif