projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a126fa
)
KVM: x86: Makefile clean up
author
Tracey Dent
<tdent48227@gmail.com>
Sat, 6 Nov 2010 18:52:58 +0000
(14:52 -0400)
committer
Avi Kivity
<avi@redhat.com>
Wed, 12 Jan 2011 09:29:08 +0000
(11:29 +0200)
Changed makefile to use the ccflags-y option instead of EXTRA_CFLAGS.
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/Makefile
b/arch/x86/kvm/Makefile
index c53bf19b1da07f6a1698f12ceddb66d59f5a3773..f15501f431c8d972a2eb3cc8dd6fb8c5870e248f 100644
(file)
--- a/
arch/x86/kvm/Makefile
+++ b/
arch/x86/kvm/Makefile
@@
-1,5
+1,5
@@
-
EXTRA_CFLAGS
+= -Ivirt/kvm -Iarch/x86/kvm
+
ccflags-y
+= -Ivirt/kvm -Iarch/x86/kvm
CFLAGS_x86.o := -I.
CFLAGS_svm.o := -I.