]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: powerpc: remove -I. header search paths
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 11 Jan 2019 03:22:31 +0000 (12:22 +0900)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 14 Jan 2019 09:39:27 +0000 (20:39 +1100)
commit7f4052dca91b46a8769afacf9414e8502cf0daaa
tree86614ab175d7c0be4654da92879e88d5430abaa2
parenta857063c3deed2b40735842d1d0267d9ca087906
KVM: powerpc: remove -I. header search paths

The header search path -I. in kernel Makefiles is very suspicious;
it allows the compiler to search for headers in the top of $(srctree),
where obviously no header file exists.

Commit be366308ddfb ("KVM: powerpc: convert marker probes to event
trace") first added these options, but they are completely useless.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kvm/Makefile