]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Use objtree for C version of recordmcount
authorSteven Rostedt <srostedt@redhat.com>
Fri, 15 Oct 2010 16:09:25 +0000 (12:09 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 15 Oct 2010 16:09:25 +0000 (12:09 -0400)
commit6771a9819bfa4ce3c73f86e20038dd83400af2a4
tree300aa8d761d3a56b53f97d82f2674b2a85691abe
parent500275655330dceb7854bd1305a2a02f5684b1e7
ftrace: Use objtree for C version of recordmcount

The C version of recordmcount is compiled to a binary, which will
end up located in the objtree. If the kernel is built with O=path,
the srctree will not include the binary recordmcount caller.

Cc: Michal Marek <mmarek@suse.cz>
Cc: linux-kbuild@vger.kernel.org
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/Makefile.build