X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=9c5acf0109b89e7ab353345a66729650552e173e;hb=b071c2634cfc4bb7d2afb90dca43f0ef252a32fc;hp=a96ab73cc2855a1e2fd1e5e05c3ab57061edf24e;hpb=39e2d4ac31f37525e34b74538249275f9b9d5fbd;p=lttng-modules.git diff --git a/Makefile b/Makefile index a96ab73c..9c5acf01 100644 --- a/Makefile +++ b/Makefile @@ -89,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