X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=462cf208778cb2df28e1c028e6cca16690e21b0b;hb=e80ba23f19e6a14f582ed3ed7ec5555fe5674369;hp=b8df89f1cadb163bd23d9b7c73369a9dc5b262fc;hpb=b654f64536f2f31fb5adfaba432226aa0b79ccbd;p=lttng-modules.git diff --git a/Makefile b/Makefile index b8df89f1..462cf208 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,10 @@ # ifneq ($(KERNELRELEASE),) -ifneq ($(CONFIG_TRACEPOINTS),) + +ifeq ($(CONFIG_TRACEPOINTS),) +$(error The option CONFIG_TRACEPOINTS needs to be enabled in your kernel configuration) +endif # CONFIG_TRACEPOINTS KERNELDIR = ${LTTNG_KERNELDIR} MAKEFILEDIR = $(shell dirname $(lastword $(MAKEFILE_LIST))) @@ -67,8 +70,6 @@ lttng-tracer-objs += $(shell \ obj-m += probes/ obj-m += lib/ -endif # CONFIG_TRACEPOINTS - else # KERNELRELEASE KERNELDIR ?= /lib/modules/$(shell uname -r)/build PWD := $(shell pwd)