KVM: powerpc: Use Makefile.kvm for common files
authorDavid Woodhouse <dwmw@amazon.co.uk>
Sun, 21 Nov 2021 12:54:45 +0000 (12:54 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Dec 2021 18:06:01 +0000 (13:06 -0500)
commit5f33868af8f4cd688cadff44a67d934684548011
treef44fea17a23a5192d21c697d6d211eb6784aa48a
parent3e3aa26fd4c44c4aec44b494b69b74dacbeb4685
KVM: powerpc: Use Makefile.kvm for common files

It's all fairly baroque but in the end, I don't think there's any reason
for $(KVM)/irqchip.o to have been handled differently, as they all end
up in $(kvm-y) in the end anyway, regardless of whether they get there
via $(common-objs-y) and the CPU-specific object lists.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Message-Id: <20211121125451.9489-7-dwmw2@infradead.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/powerpc/kvm/Makefile