X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=9c5acf0109b89e7ab353345a66729650552e173e;hb=1d830a69689518a0561213f8d8c042d444e209fc;hp=5358701b3e1409e50f027d652bc223bec4afcae3;hpb=997eff5e7244b15b4450030645b791cef68bf3e0;p=lttng-modules.git diff --git a/Makefile b/Makefile index 5358701b..9c5acf01 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,6 @@ ifneq ($(KERNELRELEASE),) lttng-context-callstack.o lttng-calibrate.o \ lttng-context-hostname.o wrapper/random.o \ probes/lttng.o wrapper/trace-clock.o \ - wrapper/page_alloc.o \ lttng-tracker-id.o \ lttng-filter.o lttng-filter-interpreter.o \ lttng-filter-specialize.o \ @@ -90,10 +89,7 @@ ifneq ($(KERNELRELEASE),) lttng-tracer-objs += lttng-context-preemptible.o endif - lttng-tracer-objs += $(shell \ - if [ $(VERSION) -ge 4 \ - -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 15 \) ] ; then \ - echo "lttng-tracepoint.o" ; fi;) + lttng-tracer-objs += lttng-tracepoint.o lttng-tracer-objs += lttng-context-cgroup-ns.o