aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0dd3a8d93132..c2362c273006 100644
--- a/Makefile
+++ b/Makefile
@@ -569,7 +569,7 @@ endif
569ifdef CONFIG_FUNCTION_TRACER 569ifdef CONFIG_FUNCTION_TRACER
570KBUILD_CFLAGS += -pg 570KBUILD_CFLAGS += -pg
571ifdef CONFIG_DYNAMIC_FTRACE 571ifdef CONFIG_DYNAMIC_FTRACE
572 ifdef CONFIG_HAVE_C_MCOUNT_RECORD 572 ifdef CONFIG_HAVE_C_RECORDMCOUNT
573 BUILD_C_RECORDMCOUNT := y 573 BUILD_C_RECORDMCOUNT := y
574 export BUILD_C_RECORDMCOUNT 574 export BUILD_C_RECORDMCOUNT
575 endif 575 endif