X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=4cc8b6bf429a47288adef4c69707c337cc4d97a0;hb=debfbc4ed959e6223cea1926d31255edbe51de9b;hp=d06e6764119d4acd0d49745be0ac8a2c4445b5b2;hpb=23e6a44f127a046d02dbe8e9895cc2baf0d57c7d;p=lttng-modules.git diff --git a/Makefile b/Makefile index d06e6764..4cc8b6bf 100644 --- a/Makefile +++ b/Makefile @@ -20,19 +20,19 @@ 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 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