summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/wsp/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2011-08-08 12:30:55 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-09-19 23:19:55 (GMT)
commitf9a71e0fd1b44148d7af6ce2fecfb2cf7a4df636 (patch)
tree1154460114422872f7a02ad086726e7b23740135 /arch/powerpc/platforms/wsp/Makefile
parentf352c7251255effe6c2326190f1378adbd142aa3 (diff)
downloadlinux-fsl-qoriq-f9a71e0fd1b44148d7af6ce2fecfb2cf7a4df636.tar.xz
powerpc/wsp: Add MSI support for PCI on PowerEN
Based on a patch by Michael Ellerman <michael@ellerman.id.au> Patch was simply forward ported upstream. Jimi Xenidis <jimix@pobox.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/wsp/Makefile')
-rw-r--r--arch/powerpc/platforms/wsp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/wsp/Makefile b/arch/powerpc/platforms/wsp/Makefile
index 84519f8..a1486b4 100644
--- a/arch/powerpc/platforms/wsp/Makefile
+++ b/arch/powerpc/platforms/wsp/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_PPC_PSR2) += psr2.o opb_pic.o
obj-$(CONFIG_PPC_WSP) += scom_wsp.o
obj-$(CONFIG_SMP) += smp.o scom_smp.o
obj-$(CONFIG_PCI) += wsp_pci.o
+obj-$(CONFIG_PCI_MSI) += msi.o \ No newline at end of file