aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/trace/Makefile')
-rw-r--r--kernel/trace/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/trace/Makefile b/kernel/trace/Makefile
index 3fec653d6533..c25a6cd6a529 100644
--- a/kernel/trace/Makefile
+++ b/kernel/trace/Makefile
@@ -1,3 +1,11 @@
1
2# Do not instrument the tracer itself:
3
4ifdef CONFIG_FTRACE
5ORIG_CFLAGS := $(KBUILD_CFLAGS)
6KBUILD_CFLAGS = $(subst -pg,,$(ORIG_CFLAGS))
7endif
8
1obj-$(CONFIG_FTRACE) += libftrace.o 9obj-$(CONFIG_FTRACE) += libftrace.o
2 10
3obj-$(CONFIG_TRACING) += trace.o 11obj-$(CONFIG_TRACING) += trace.o