d3849d512f
If you build a multiplatform kernel for iSeries and pSeries, with ibmvscsic support, the resulting client doesn't work on iSeries. This fixes that, using the appropriate low-level operations for the machine detected at runtime. [jejb: fixed up rejections around the srp transport patch] Signed-off-by: David Woodhouse <dwmw2@infradead.org> Acked by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
7 lines
216 B
Makefile
7 lines
216 B
Makefile
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsic.o
|
|
|
|
ibmvscsic-y += ibmvscsi.o
|
|
ibmvscsic-$(CONFIG_PPC_ISERIES) += iseries_vscsi.o
|
|
ibmvscsic-$(CONFIG_PPC_PSERIES) += rpa_vscsi.o
|
|
|
|
obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvstgt.o
|