From: Kumar Gala Date: Thu, 24 Jan 2008 05:47:39 +0000 (-0600) Subject: [POWERPC] Always build setup-bus.c on powerpc X-Git-Tag: v2.6.25-rc1~1131^2~62 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=03a16b27bd30f22d88f570585551925248469f84;p=linux-2.6-omap-h63xx.git [POWERPC] Always build setup-bus.c on powerpc The common arch/powerpc code calls in to functions in setup-bus.c so some builds of ppc32 would fail. Note, ppc32 usage of setup-irq.c is limited to arch/ppc and should be removed when arch/ppc goes away. Signed-off-by: Kumar Gala Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 55505565073..f697f3d728e 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -32,7 +32,7 @@ obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o obj-$(CONFIG_PARISC) += setup-bus.o obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o obj-$(CONFIG_PPC32) += setup-irq.o -obj-$(CONFIG_PPC64) += setup-bus.o +obj-$(CONFIG_PPC) += setup-bus.o obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o obj-$(CONFIG_X86_VISWS) += setup-irq.o