x86, instruction decoder: Fix test_get_len build rules
authorIngo Molnar <mingo@elte.hu>
Wed, 21 Oct 2009 12:39:51 +0000 (14:39 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 21 Oct 2009 12:42:56 +0000 (14:42 +0200)
commit9bf4e7fba8006d19846fec877b6da0616b2772de
tree1ee112f882dceb74b7bf0354732ed550cdb1bdb5
parent9983d60d74db9e544c6cb6f65351849fe8e9c1de
x86, instruction decoder: Fix test_get_len build rules

Add the kernel source include file as well to the include files
search path, to fix this build bug:

 In file included from arch/x86/tools/test_get_len.c:28:
   arch/x86/lib/insn.c:21:26: error: linux/string.h: No such file or directory

Cc: Masami Hiramatsu <mhiramat@redhat.com>
Cc: systemtap<systemtap@sources.redhat.com>
Cc: DLE <dle-develop@lists.sourceforge.net>
Cc: Jim Keniston <jkenisto@us.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20091020165531.4145.21872.stgit@dhcp-100-2-132.bos.redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/tools/Makefile