On 20 June 2012 16:04, Andreas Färber <afaer...@suse.de> wrote: > Am 20.06.2012 17:01, schrieb Peter Maydell: >> I'm confused -- as far as I can tell these files are compiled per >> target, eg we have both >> CC i386-softmmu/hw/kvm/clock.o >> and >> CC x86_64-softmmu/hw/kvm/clock.o > > Currently yes, but with this patch Anthony seems to be changing this to > build in libhwX, no? Cf. hw/Makefile.objs.
Those quoted CC lines are the output of a build with this patch applied. The patch adds kvm/ to obj-y, not hw-obj-y. -- PMM