From df4b409438a6b8af33ac0c17d720ceb7d0224551 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 9 Dec 2010 16:54:19 -0500 Subject: [PATCH 1/1] Update lttng trace event support Signed-off-by: Mathieu Desnoyers --- probes/Makefile | 2 +- probes/lttng.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/probes/Makefile b/probes/Makefile index 31255675..08508a6f 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -1,6 +1,6 @@ # # Makefile for the LTT probes. -# +# Only build from the package top-level directory. Never use with make directly. ifneq ($(KERNELRELEASE),) ifneq ($(CONFIG_TRACEPOINTS),) diff --git a/probes/lttng.h b/probes/lttng.h index 22ebd90d..e69de29b 100644 --- a/probes/lttng.h +++ b/probes/lttng.h @@ -1,2 +0,0 @@ - -#error "blah" -- 2.34.1