RE: [PATCH] KVM: IA64: Using CFLAGS_vcpu.o to compile vcpu.c
"Zhang, Xiantao" <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64,org.kernel.vger.kvm |
|---|---|
| Message-ID | <706158FABBBA044BAD4FE898A02E4BC219B28D98@pdsmsx503.ccr.corp.intel.com> |
Avi Kivity wrote: > Zhang, Xiantao wrote: >> Hi, Avi >> Please apply the patch and queue it as 2.6.28 fix. Thanks! >> Xiantao >> >> From d759572033e1bf0e4ca6b7d8f7be8e8387fb4bbb Mon Sep 17 00:00:00 >> 2001 From: Xiantao Zhang <[email protected]> >> Date: Thu, 20 Nov 2008 10:35:35 +0800 >> Subject: [PATCH] KVM: IA64: Using CFLAGS_vcpu.o to compile vcpu.c >> >> EXTRA_CFLAGS doesn't work for this case. >> > > Can you provide more information on how this was only discovered now? > Was there a change in mainline that removed support for EXTRA_CFLAGS?] It should be an old issue we didn't sense before. To specify single object's compile option, only CFLAGS can work in this case. Xiantao