ibmvscsi compile error in 2.6.20-rc1

Stephen Rothwell sfr at canb.auug.org.au
Sun Dec 10 23:00:23 EST 2006


On Sun, 10 Dec 2006 12:48:03 +0100 (MET) Olaf Hering <olaf at aepfle.de> wrote:
>
> This happens when client and server are enabled.
> And CONFIG_ISERIES is enabled too in my ppc64_defconfig.

Known problem.  There is a patch available.  I am hoping Paulus will put
it in soon ...

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --git a/drivers/scsi/ibmvscsi/Makefile b/drivers/scsi/ibmvscsi/Makefile
index 4e247b6..6661d74 100644
--- a/drivers/scsi/ibmvscsi/Makefile
+++ b/drivers/scsi/ibmvscsi/Makefile
@@ -1,5 +1,7 @@
 obj-$(CONFIG_SCSI_IBMVSCSI)	+= ibmvscsic.o
 
 ibmvscsic-y			+= ibmvscsi.o
+ifneq ($(CONFIG_PPC_PSERIES),y)
 ibmvscsic-$(CONFIG_PPC_ISERIES)	+= iseries_vscsi.o 
+endif
 ibmvscsic-$(CONFIG_PPC_PSERIES)	+= rpa_vscsi.o 



More information about the Linuxppc-dev mailing list