]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: PPC: Remove -I. header search paths
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 11 Jan 2019 03:22:31 +0000 (12:22 +0900)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 19 Feb 2019 05:00:15 +0000 (16:00 +1100)
commitf1adb9c48a01779311aff57d96dc578f91f37eb7
treebb5f59f96fe9e9f05aa293fd60b6538167e6befe
parent08434ab4694887effbdcae518f29062274871c8d
KVM: PPC: 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: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/Makefile