Carsten Otte wrote:
> Avi Kivity wrote:
>> Zhang, Xiantao wrote:
>>>  common-objs = $(addprefix ../../../virt/kvm/, kvm_main.o)
>>> +common-objs += $(addprefix ../../../virt/kvm/, ioapic.o)
>>> 
>> 
>> Just add ioapic.o behind kvm_main.o; it's a list.
> But this is'nt really common since ppc and s390 won't have it. How are
> we supposed to handle that?

I don't think this is a issue. Since this makefile is located at
arch/{$arch}/kvm. So, you can choose to include it or not. 
That is, you can define your own common objs. 

Xiantao

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to