public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] don't build vio.o for pmac-only configs
@ 2004-09-26 12:18 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2004-09-26 12:18 UTC (permalink / raw)
  To: anton; +Cc: linux-kernel

--- 1.48/arch/ppc64/kernel/Makefile	2004-09-21 03:17:40 +02:00
+++ edited/arch/ppc64/kernel/Makefile	2004-09-25 12:35:26 +02:00
@@ -21,7 +21,7 @@
 
 obj-$(CONFIG_PCI)	+= pci.o pci_iommu.o $(pci-obj-y)
 
-obj-$(CONFIG_PPC_ISERIES) += iSeries_irq.o \
+obj-$(CONFIG_PPC_ISERIES) += vio.o iSeries_irq.o \
 			     iSeries_VpdInfo.o XmPciLpEvent.o \
 			     HvCall.o HvLpConfig.o LparData.o mf_proc.o \
 			     iSeries_setup.o ItLpQueue.o hvCall.o \
@@ -30,7 +30,7 @@
 
 obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o open_pic.o i8259.o prom_init.o prom.o
 
-obj-$(CONFIG_PPC_PSERIES) += pSeries_pci.o pSeries_lpar.o pSeries_hvCall.o \
+obj-$(CONFIG_PPC_PSERIES) += vio.o pSeries_pci.o pSeries_lpar.o pSeries_hvCall.o \
 			     eeh.o pSeries_nvram.o rtasd.o ras.o \
 			     xics.o rtas.o pSeries_setup.o pSeries_iommu.o
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-26 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-26 12:18 [PATCH] don't build vio.o for pmac-only configs Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox