* [PATCH] KVM x86: Makefile clean up
@ 2010-11-06 18:52 Tracey Dent
2010-11-09 14:31 ` Avi Kivity
0 siblings, 1 reply; 3+ messages in thread
From: Tracey Dent @ 2010-11-06 18:52 UTC (permalink / raw)
To: avi; +Cc: mtosatti, tglx, mingo, x86, kvm, linux-kernel, Tracey Dent
Changed makefile to use the ccflags-y option instead of EXTRA_CFLAGS.
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
arch/x86/kvm/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kvm/Makefile b/arch/x86/kvm/Makefile
index 31a7035..a851df9 100644
--- 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.
--
1.7.3.2.146.gca209
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] KVM x86: Makefile clean up
2010-11-06 18:52 [PATCH] KVM x86: Makefile clean up Tracey Dent
@ 2010-11-09 14:31 ` Avi Kivity
2010-11-10 18:07 ` Tracey Dent
0 siblings, 1 reply; 3+ messages in thread
From: Avi Kivity @ 2010-11-09 14:31 UTC (permalink / raw)
To: Tracey Dent; +Cc: mtosatti, tglx, mingo, x86, kvm, linux-kernel
On 11/06/2010 08:52 PM, Tracey Dent wrote:
> Changed makefile to use the ccflags-y option instead of EXTRA_CFLAGS.
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] KVM x86: Makefile clean up
2010-11-09 14:31 ` Avi Kivity
@ 2010-11-10 18:07 ` Tracey Dent
0 siblings, 0 replies; 3+ messages in thread
From: Tracey Dent @ 2010-11-10 18:07 UTC (permalink / raw)
To: Avi Kivity; +Cc: mtosatti, tglx, mingo, x86, kvm, linux-kernel
On 11/9/10, Avi Kivity <avi@redhat.com> wrote:
> On 11/06/2010 08:52 PM, Tracey Dent wrote:
>> Changed makefile to use the ccflags-y option instead of EXTRA_CFLAGS.
>
> Applied, thanks.
>
> --
> error compiling committee.c: too many arguments to function
>
>
thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-10 18:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-06 18:52 [PATCH] KVM x86: Makefile clean up Tracey Dent
2010-11-09 14:31 ` Avi Kivity
2010-11-10 18:07 ` Tracey Dent
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox