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