From 50a3d093771be8296116622d2486a9d30a9caa7a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 25 Apr 2013 15:11:43 -0400 Subject: [PATCH] Revert "Stop build if CONFIG_TRACEPOINTS is not set" This reverts commit 699f9673466e1a6537ad23cc697b79660639f260. It breaks make clean. Signed-off-by: Mathieu Desnoyers --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index fcb14f2f..39672afc 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,6 @@ # ifneq ($(KERNELRELEASE),) - -ifeq ($(CONFIG_TRACEPOINTS),) - -$(error You need to enable CONFIG_TRACEPOINTS in kernel!) - -endif #CONFIG_TRACEPOINTS - ifneq ($(CONFIG_TRACEPOINTS),) obj-m += lttng-ring-buffer-client-discard.o -- 2.34.1