X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=c7b8a41712b528e55dc237161de844502d15ee2e;hb=59a49244b2cd0e06b15457a570ea7c5b3f0a5a53;hp=463b3141e7911675232c6fbdf1aaf80d0f0aee26;hpb=149b9a9d86d7351ee9a44ce391884cc12e922124;p=lttng-modules.git diff --git a/Makefile b/Makefile index 463b3141..c7b8a417 100644 --- a/Makefile +++ b/Makefile @@ -59,18 +59,14 @@ ifneq ($(KERNELRELEASE),) lttng-filter-specialize.o \ lttng-filter-validator.o \ probes/lttng-probe-user.o \ - lttng-tp-mempool.o \ - probes/lttng-uprobes.o + lttng-tp-mempool.o ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),) lttng-tracer-objs += lttng-syscalls.o endif # CONFIG_HAVE_SYSCALL_TRACEPOINTS ifneq ($(CONFIG_PERF_EVENTS),) - lttng-tracer-objs += $(shell \ - if [ $(VERSION) -ge 3 \ - -o \( $(VERSION) -eq 2 -a $(PATCHLEVEL) -eq 6 -a $(SUBLEVEL) -ge 33 \) ] ; then \ - echo "lttng-context-perf-counters.o" ; fi;) + lttng-tracer-objs += lttng-context-perf-counters.o endif # CONFIG_PERF_EVENTS ifneq ($(CONFIG_PREEMPT_RT_FULL),)