]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: fix build problem with CONFIG_FTRACE
authorJeremy Fitzhardinge <jeremy@goop.org>
Mon, 18 Aug 2008 22:58:12 +0000 (15:58 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:35:53 +0000 (10:35 +0200)
commit364b8844e685a5bc35aaeb47fd6a0a7befba3cb1
tree8aaefd805a3e4cc6df2050838d1ae44c5a8f9ca5
parent90cca9e7357687b7c595dd91ac299bd3be9e1bc8
ftrace: fix build problem with CONFIG_FTRACE

I'm seeing when I use separate src/build dirs:

make[3]: *** [arch/x86/kernel/time_32.o] Error 1
/bin/sh: scripts/recordmcount.pl: No such file or directory
make[3]: *** [arch/x86/kernel/irq_32.o] Error 1
/bin/sh: scripts/recordmcount.pl: No such file or directory
make[3]: *** [arch/x86/kernel/ldt.o] Error 1
/bin/sh: scripts/recordmcount.pl: No such file or directory
make[3]: *** [arch/x86/kernel/i8259.o] Error 1
/bin/sh: scripts/recordmcount.pl: No such file or directory

This fixes it.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
scripts/Makefile.build