[PATCH] PPC fix in drivers/pci/Makefile

Paul Mackerras (paulus@samba.org)
Wed, 11 Sep 2002 22:46:48 +1000 (EST)


Marcelo,

On PPC these days we need drivers/pci/setup-irq.c (on all ppc32
platforms) and we don't use drivers/pci/setup-bus.c any more. This
patch adjusts drivers/pci/Makefile to reflect this.

Please apply this to your tree.

Thanks,
Paul.

diff -urN linux-2.4/drivers/pci/Makefile linuxppc-2.4/drivers/pci/Makefile
--- linux-2.4/drivers/pci/Makefile Wed Aug 7 18:09:34 2002
+++ linuxppc-2.4/drivers/pci/Makefile Sun Aug 18 19:19:47 2002
@@ -27,7 +27,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_ALL_PPC) += setup-bus.o
+obj-$(CONFIG_PPC32) += setup-irq.o
obj-$(CONFIG_SGI_IP27) += setup-irq.o
obj-$(CONFIG_SGI_IP32) += setup-irq.o

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/