diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2009-02-07 14:46:45 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-09 04:51:02 -0500 |
commit | 2db270a80b8f2238e536876cfb3987af02684df8 (patch) | |
tree | 352bf63f9d48cf686a2a36c157707789a29fe7d1 /kernel/trace/Makefile | |
parent | 44b0635481437140b0e29d6023f05e805d5e7620 (diff) |
tracing/blktrace: move the tracing file to kernel/trace
Impact: cleanup
Move blktrace.c to kernel/trace, also move its config entry.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/trace/Makefile')
-rw-r--r-- | kernel/trace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Makefile b/kernel/trace/Makefile index f76d48f3527d..627090bc262d 100644 --- a/kernel/trace/Makefile +++ b/kernel/trace/Makefile | |||
@@ -37,5 +37,6 @@ obj-$(CONFIG_HW_BRANCH_TRACER) += trace_hw_branches.o | |||
37 | obj-$(CONFIG_POWER_TRACER) += trace_power.o | 37 | obj-$(CONFIG_POWER_TRACER) += trace_power.o |
38 | obj-$(CONFIG_KMEMTRACE) += kmemtrace.o | 38 | obj-$(CONFIG_KMEMTRACE) += kmemtrace.o |
39 | obj-$(CONFIG_WORKQUEUE_TRACER) += trace_workqueue.o | 39 | obj-$(CONFIG_WORKQUEUE_TRACER) += trace_workqueue.o |
40 | obj-$(CONFIG_BLK_DEV_IO_TRACE) += blktrace.o | ||
40 | 41 | ||
41 | libftrace-y := ftrace.o | 42 | libftrace-y := ftrace.o |