| Submitter | Andrew Morton |
|---|---|
| Date | 2009-09-18 19:49:36 |
| Message ID | <200909181949.n8IJnaVh019341@imap1.linux-foundation.org> |
| Download | mbox | patch |
| Permalink | /patch/48630/ |
| State | New |
| Headers | show |
Comments
Patch
diff -puN scripts/Makefile.build~kbuild-echo-the-record_mcount-command scripts/Makefile.build --- a/scripts/Makefile.build~kbuild-echo-the-record_mcount-command +++ a/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; \