aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndi Kleen <andi@firstfloor.org>2009-09-18 12:49:36 -0700
committerSam Ravnborg <sam@ravnborg.org>2009-09-20 12:27:44 +0200
commitc3c63b6bec3135e814fa07d30d57a253f41d53de (patch)
treecb4f8248374421ea1dd194e3a19c4f580113d135 /scripts
parentgconfig: disable "typeahead find" search in treeviews (diff)
downloadlinux-dev-c3c63b6bec3135e814fa07d30d57a253f41d53de.tar.xz
linux-dev-c3c63b6bec3135e814fa07d30d57a253f41d53de.zip
kbuild: echo the record_mcount command
I had some problems with record_mcount in the Makefile and it was hard to track down. Echo it by default to make it easier to diagnose. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index 5c4b7a400c18..83eef0a82d96 100644
--- a/scripts/Makefile.build
+++ b/scripts/Makefile.build
@@ -216,6 +216,7 @@ define rule_cc_o_c
$(call echo-cmd,checksrc) $(cmd_checksrc) \
$(call echo-cmd,cc_o_c) $(cmd_cc_o_c); \
$(cmd_modversions) \
+ $(call echo-cmd,record_mcount) \
$(cmd_record_mcount) \
scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \
$(dot-target).tmp; \