diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -568,6 +568,12 @@ endif | |||
568 | 568 | ||
569 | ifdef CONFIG_FUNCTION_TRACER | 569 | ifdef CONFIG_FUNCTION_TRACER |
570 | KBUILD_CFLAGS += -pg | 570 | KBUILD_CFLAGS += -pg |
571 | ifdef CONFIG_DYNAMIC_FTRACE | ||
572 | ifdef CONFIG_HAVE_C_MCOUNT_RECORD | ||
573 | BUILD_C_RECORDMCOUNT := y | ||
574 | export BUILD_C_RECORDMCOUNT | ||
575 | endif | ||
576 | endif | ||
571 | endif | 577 | endif |
572 | 578 | ||
573 | # We trigger additional mismatches with less inlining | 579 | # We trigger additional mismatches with less inlining |