Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
[linux-2.6-block.git] / Makefile
index 7c917e930835e1868f1deb87e2092b17d563586b..618911026ac3e30ae5cfe522fa422f5c7a974f25 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -529,6 +529,10 @@ KBUILD_CFLAGS      += -g
 KBUILD_AFLAGS  += -gdwarf-2
 endif
 
+ifdef CONFIG_FTRACE
+KBUILD_CFLAGS  += -pg
+endif
+
 # We trigger additional mismatches with less inlining
 ifdef CONFIG_DEBUG_SECTION_MISMATCH
 KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once)