Revert "Stop build if CONFIG_TRACEPOINTS is not set"
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Apr 2013 19:11:43 +0000 (15:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Apr 2013 19:11:43 +0000 (15:11 -0400)
This reverts commit 699f9673466e1a6537ad23cc697b79660639f260.

It breaks make clean.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile

index fcb14f2fcefc45710e67d50b33f887548ec459d6..39672afc61b29e506e8ff4fb66eb486f00fd2177 100644 (file)
--- 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
This page took 0.025426 seconds and 4 git commands to generate.