]> git.baikalelectronics.ru Git - kernel.git/commit
x86/vdso: Fix the x86 vdso2c tool includes
authorTommi Kyntola <tommi.kyntola@gmail.com>
Fri, 27 Mar 2015 18:48:16 +0000 (11:48 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 31 Mar 2015 08:45:14 +0000 (10:45 +0200)
commit0ca794835f2b38811b3af46d1c21345ca64fb9d1
tree1b9985e270df6aa26fdd3e8a84c715a4a8443ae9
parent5c5959bc24fef6e9966a100ec9bab51a97c1682b
x86/vdso: Fix the x86 vdso2c tool includes

The build-time tool arch/x86/vdso/vdso2c.c includes <linux/elf.h>,
but cannot find it, unless the build host happens to provide it.

It should be reading the uapi linux/elf.h

This build regression came along with the vdso2c changes between
v3.15 and v3.16.

Signed-off-by: Tommi Kyntola <tommi.kyntola@gmail.com>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Link: http://lkml.kernel.org/r/1525002.3cJ7BySVpA@musta
Link: http://lkml.kernel.org/r/efe1ec29eda830b1d0030882706f3dac99ce1f73.1427482099.git.luto@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/vdso/Makefile