From becb1a77f72c28357fc6509c1ec25dc8d4804b2c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 25 May 2011 19:09:35 -0400 Subject: [PATCH] Fix loop dependency Signed-off-by: Mathieu Desnoyers --- Makefile | 3 ++- probes/lttng-context-pid.c => lttng-context-pid.c | 8 ++++---- probes/Makefile | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) rename probes/lttng-context-pid.c => lttng-context-pid.c (92%) diff --git a/Makefile b/Makefile index 169b7cdd..01b0e7ee 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ obj-m += ltt-ring-buffer-metadata-client.o obj-m += ltt-relay.o ltt-relay-objs := ltt-events.o ltt-debugfs-abi.o \ - ltt-probes.o ltt-core.o ltt-context.o + ltt-probes.o ltt-core.o ltt-context.o \ + lttng-context-pid.o obj-m += probes/ obj-m += lib/ diff --git a/probes/lttng-context-pid.c b/lttng-context-pid.c similarity index 92% rename from probes/lttng-context-pid.c rename to lttng-context-pid.c index 81dbe4a6..956920fd 100644 --- a/probes/lttng-context-pid.c +++ b/lttng-context-pid.c @@ -10,10 +10,10 @@ #include #include #include -#include "../ltt-events.h" -#include "../wrapper/ringbuffer/frontend_types.h" -#include "../wrapper/vmalloc.h" -#include "../ltt-tracer.h" +#include "ltt-events.h" +#include "wrapper/ringbuffer/frontend_types.h" +#include "wrapper/vmalloc.h" +#include "ltt-tracer.h" static size_t pid_get_size(size_t offset) diff --git a/probes/Makefile b/probes/Makefile index 78c0c699..554e6ffa 100644 --- a/probes/Makefile +++ b/probes/Makefile @@ -28,8 +28,6 @@ ifneq ($(CONFIG_PERF_EVENTS),) obj-m += lttng-perf-counters.o endif -obj-m += lttng-context-pid.o - endif else -- 2.34.1