On 08.06.2017 16:18, Thomas Huth wrote: > There does not seem to be any target specific code in these files, so > we can put them into "common-obj" instead of "obj" to compile them only > once for all targets.
Self-NACK: balloon.c uses kvm_enabled() which in turn depends on CONFIG_KVM ... and that flag is target-specific, so balloon.o can not be moved to common-obj right now. We should poison CONFIG_KVM for common code ... I'll have a look into that... Thomas