Skip to content
Commit 5af7a6f3 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=y



The pasemi MSI code is currently always built when MPIC=y && PCI_MSI=y.
It should not have any effect on other platforms, because it immediately
checks the MPIC's compatible property for "pasemi,pwrficient-openpic".

However it's odd that it's still built even when PASEMI=n. It also
needn't be in sysdev, as it's only used by pasemi. So move it into
platforms/pasemi, whereby it will only be built for PASEMI=y.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent f1e7c202
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment