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)
commitc142e9741e61577c45f2441214c999f25857bdd1
tree86614ab175d7c0be4654da92879e88d5430abaa2
parent7cd4774ff7a495839f49a582be7299598eeffc37
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 46f43c6ee022 ("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