[PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files

Paolo Bonzini pbonzini at redhat.com
Fri Dec 10 04:58:18 AEDT 2021


On 11/21/21 13:54, David Woodhouse wrote:
>   
> -kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
> +kvm-objs := kvm-s390.o intercept.o interrupt.o priv.o sigp.o
>   kvm-objs += diag.o gaccess.o guestdbg.o vsie.o pv.o

"kvm-y +=" here (for both lines) would be nicer, it's consistent with 
x86 and avoids the question of what happens if you have both kvm-objs 
and kvm-y.

Paolo


More information about the Linuxppc-dev mailing list