aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2008-10-31 19:13:49 -0400
committerIngo Molnar <mingo@elte.hu>2008-11-03 02:58:55 -0500
commit8bb8c4386d08f2cc5d871d22f220d35032213f84 (patch)
treedb34e8802555c0ee54029fdc82ae6b9905558b3a /kernel/Makefile
parentdb5935001a43528e673ad26ffec9d98c60a496a9 (diff)
sched, ftrace: trace sched.c
Impact: allow function tracing within sched.c Its useful to see what happens in sched.c. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Acked-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 9a3ec66a9d84..e1af03972148 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -21,7 +21,6 @@ CFLAGS_REMOVE_mutex-debug.o = -pg
21CFLAGS_REMOVE_rtmutex-debug.o = -pg 21CFLAGS_REMOVE_rtmutex-debug.o = -pg
22CFLAGS_REMOVE_cgroup-debug.o = -pg 22CFLAGS_REMOVE_cgroup-debug.o = -pg
23CFLAGS_REMOVE_sched_clock.o = -pg 23CFLAGS_REMOVE_sched_clock.o = -pg
24CFLAGS_REMOVE_sched.o = -mno-spe -pg
25endif 24endif
26 25
27obj-$(CONFIG_FREEZER) += freezer.o 26obj-$(CONFIG_FREEZER) += freezer.o