summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/Makefile
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2015-03-26 14:39:31 (GMT)
committerMarc Zyngier <marc.zyngier@arm.com>2015-03-26 21:43:13 (GMT)
commitf0e4b2776c12c1633ccef17f210733d6e1b6b2b3 (patch)
tree866b85442df1544e6097ffa10d1713a9be2f2025 /arch/x86/kvm/Makefile
parent5d9d15af1cade35e84979f222b911cbc97106032 (diff)
downloadlinux-f0e4b2776c12c1633ccef17f210733d6e1b6b2b3.tar.xz
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 <andre.przywara@arm.com> Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/x86/kvm/Makefile')
-rw-r--r--arch/x86/kvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/Makefile b/arch/x86/kvm/Makefile
index 08f790d..16e8f96 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.