[PATCH] fix drivers/pci/Makefile for PPC

From: Paul Mackerras (paulus@samba.org)
Date: Wed May 08 2002 - 23:48:51 EST


Linus,

On 32-bit PPC we don't need setup-bus.o but we do need setup-irq.o.
This patch changes drivers/pci/Makefile to reflect that.

The patch is against 2.5.15. Please apply it to your tree.

Thanks,

Paul.

diff -urN linux-2.5/drivers/pci/Makefile pmac-2.5/drivers/pci/Makefile
--- linux-2.5/drivers/pci/Makefile Thu May 9 12:07:43 2002
+++ pmac-2.5/drivers/pci/Makefile Thu May 9 12:40:15 2002
@@ -29,7 +29,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_DDB5476) += setup-bus.o
 obj-$(CONFIG_SGI_IP27) += 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/



This archive was generated by hypermail 2b29 : Tue May 14 2002 - 12:00:10 EST