summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/Makefile
diff options
context:
space:
mode:
authorPaul Mackerras2005-10-26 08:36:55 +0200
committerPaul Mackerras2005-10-26 08:36:55 +0200
commit25635c71e44111a6bd48f342e144e2fc02d0a314 (patch)
tree794b0428a72fefa53a0d9d709247a60a5b4527da /arch/powerpc/sysdev/Makefile
parent[PATCH] powerpc: Move ras.c into arch/powerpc/platforms/pseries (diff)
downloadkernel-qcow2-linux-25635c71e44111a6bd48f342e144e2fc02d0a314.tar.gz
kernel-qcow2-linux-25635c71e44111a6bd48f342e144e2fc02d0a314.tar.xz
kernel-qcow2-linux-25635c71e44111a6bd48f342e144e2fc02d0a314.zip
ppc: Use the indirect_pci.c from arch/powerpc/sysdev
This defines a CONFIG_INDIRECT_PCI symbol to control whether it gets used or not, and fixes the Kconfig to select that symbol for platforms that need it. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
-rw-r--r--arch/powerpc/sysdev/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile
index c649f03acf68..e66fef652fac 100644
--- a/arch/powerpc/sysdev/Makefile
+++ b/arch/powerpc/sysdev/Makefile
@@ -1,3 +1,2 @@
obj-$(CONFIG_MPIC) += mpic.o
-indirectpci-$(CONFIG_PPC_PMAC) = indirect_pci.o
-obj-$(CONFIG_PPC32) += $(indirectpci-y)
+obj-$(CONFIG_PPC_INDIRECT_PCI) += indirect_pci.o