From: Andre Przywara Date: Thu, 26 Mar 2015 14:39:31 +0000 (+0000) Subject: KVM: x86: remove now unneeded include directory from Makefile X-Git-Tag: MMI-PSA29.97-13-9~10342^2~20^2~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f0e4b2776c12c1633ccef17f210733d6e1b6b2b3;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git KVM: x86: remove now unneeded include directory from Makefile virt/kvm was never really a good include directory for anything else than locally included headers. With the move of iodev.h there is no need anymore to add this directory the compiler's include path, so remove it from the x86 kvm Makefile. Signed-off-by: Andre Przywara Reviewed-by: Marcelo Tosatti Signed-off-by: Marc Zyngier --- diff --git a/arch/x86/kvm/Makefile b/arch/x86/kvm/Makefile index 08f790dfadc9..16e8f962eaad 100644 --- a/arch/x86/kvm/Makefile +++ b/arch/x86/kvm/Makefile @@ -1,5 +1,5 @@ -ccflags-y += -Ivirt/kvm -Iarch/x86/kvm +ccflags-y += -Iarch/x86/kvm CFLAGS_x86.o := -I. CFLAGS_svm.o := -I.