OSDN Git Service

KVM: arm/arm64: Remove -I. header search paths
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 25 Jan 2019 07:57:29 +0000 (16:57 +0900)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 19 Feb 2019 21:05:52 +0000 (21:05 +0000)
commit3644a35b0244ddaeafa170a371144c4f12682c98
tree80f498e5a4922d604e7a0b502182b488b3564dcd
parent49dfe94fe5ad97d380f81544b6d3626b076a1ef6
KVM: arm/arm64: 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.

I was able to build without these extra header search paths.

Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/Makefile
arch/arm64/kvm/Makefile