linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]  powerpc iseries link error in allmodconfig
@ 2006-11-08 17:34 Judith Lebzelter
  2006-11-08 23:20 ` Stephen Rothwell
  2006-12-19 15:57 ` David Woodhouse
  0 siblings, 2 replies; 4+ messages in thread
From: Judith Lebzelter @ 2006-11-08 17:34 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: sfr, paulus, linux-kernel

Choose rpa_vscsi.c over iseries_vscsi.c when building both
pseries and iseries.  This fixes a link error. 

Signed-off-by:  Judith Lebzelter <judith@osdl.org>
---

Index: linux/drivers/scsi/ibmvscsi/Makefile
===================================================================
--- linux.orig/drivers/scsi/ibmvscsi/Makefile	2006-11-06 16:52:09.000000000 -0800
+++ linux/drivers/scsi/ibmvscsi/Makefile	2006-11-07 09:35:34.019969437 -0800
@@ -1,7 +1,9 @@
 obj-$(CONFIG_SCSI_IBMVSCSI)	+= ibmvscsic.o
 
 ibmvscsic-y			+= ibmvscsi.o
+ifndef CONFIG_PPC_PSERIES
 ibmvscsic-$(CONFIG_PPC_ISERIES)	+= iseries_vscsi.o 
+endif
 ibmvscsic-$(CONFIG_PPC_PSERIES)	+= rpa_vscsi.o 
 
 obj-$(CONFIG_SCSI_IBMVSCSIS)	+= ibmvstgt.o

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-20  1:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 17:34 [PATCH] powerpc iseries link error in allmodconfig Judith Lebzelter
2006-11-08 23:20 ` Stephen Rothwell
2006-12-19 15:57 ` David Woodhouse
2006-12-20  1:22   ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).