commit | 3644a35b0244ddaeafa170a371144c4f12682c98 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jan 25 16:57:29 2019 +0900 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Feb 19 21:05:52 2019 +0000 |
tree | 80f498e5a4922d604e7a0b502182b488b3564dcd | |
parent | 49dfe94fe5ad97d380f81544b6d3626b076a1ef6 [diff] |
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>